dev: automated commit - 2025-09-22 09:56:48
This commit is contained in:
parent
dbcbcf4077
commit
7bf9a172ac
37 changed files with 311 additions and 140 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Include system defaults
|
||||
include /etc/sway/config.d/*
|
||||
# include /etc/sway/config.d/*
|
||||
exec systemd-cat --identifier=sway dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
|
||||
# Include custom configuration modules
|
||||
include ~/.config/sway/config.d/variables
|
||||
|
|
|
|||
|
|
@ -15,13 +15,13 @@ gaps outer 5
|
|||
xwayland enable
|
||||
|
||||
# SwayFX Settings
|
||||
smart_corner_radius on
|
||||
corner_radius 10
|
||||
|
||||
default_dim_inactive 0.05
|
||||
blur enable
|
||||
blur_passes 1
|
||||
blur_radius 1
|
||||
layer_effects "waybar" "blur enable"; shadows enable
|
||||
shadows on
|
||||
shadow_blur_radius 20
|
||||
# smart_corner_radius on
|
||||
# corner_radius 10
|
||||
#
|
||||
# default_dim_inactive 0.05
|
||||
# blur enable
|
||||
# blur_passes 1
|
||||
# blur_radius 1
|
||||
# layer_effects "waybar" "blur enable"; shadows enable
|
||||
# shadows on
|
||||
# shadow_blur_radius 20
|
||||
|
|
|
|||
|
|
@ -1,28 +1,28 @@
|
|||
# vim: ft=swayconfig
|
||||
# System Services
|
||||
exec {
|
||||
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1
|
||||
# /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
|
||||
blueman-applet
|
||||
nm-applet
|
||||
swaync
|
||||
wlsunset -l -34.9 -L -56.2 -t 4500 -g 0.9
|
||||
easyeffects --gapplication-service
|
||||
}
|
||||
|
||||
# User Interface
|
||||
#
|
||||
# # User Interface
|
||||
exec {
|
||||
~/.local/bin/randwall
|
||||
~/.local/bin/waybar.sh
|
||||
}
|
||||
|
||||
#
|
||||
# Applications
|
||||
exec {
|
||||
$term --class="uy.com.mzunino"
|
||||
slack
|
||||
davmail
|
||||
betterbird
|
||||
zen-browser
|
||||
obsidian
|
||||
localsend
|
||||
thunderbird
|
||||
zen
|
||||
# obsidian
|
||||
localsend_app
|
||||
vesktop
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ bindgesture swipe:down workspace prev
|
|||
bindsym {
|
||||
$mod+Return exec $term
|
||||
$mod+d exec rofi -show combi -combi-modi "window,drun" -modi combi
|
||||
$mod+t exec ~/.local/bin/code.sh -s ~/.local/bin/fuzzel.lua
|
||||
$mod+t exec ~/.local/bin/code.sh -s ~/.local/bin/rofi.yaml
|
||||
$mod+shift+t exec ~/.local/bin/present
|
||||
$mod+n exec ~/.local/bin/sdm-ui.sh dmenu
|
||||
$mod+o exec ~/.local/bin/launch-or-focus obsidian "cd /home/forbi/Documents/Vault && $term --class obsidian nvim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue