diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-11-03 09:08:26 +0100 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-11-03 09:08:26 +0100 |
| commit | 6b33e672f2a97e936e1084685d3f241e6cd1a399 (patch) | |
| tree | 45e8b3d0cf776d15039359f81b45dba708a93aab /.config/sway | |
| parent | 6ca6f31c42f6fba30e9f9e87d535a6cfafec0ac3 (diff) | |
sway: swayfx configuration
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 7080f61..9fde25e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -187,7 +187,7 @@ exec dunst font pango:Iosevka Nerd Font 10 # Gaps - gaps inner 10 + gaps inner 20 # # Resizing containers: @@ -222,4 +222,5 @@ client.unfocused "#23242a" "#c0caf5" "#24283b" "#000000" "#999 bindsym $mod+Shift+s exec --no-startup-id swaylock -t -e -c 1f1f1f include ~/.config/sway/`hostname`.conf +include ~/.config/sway/swayfx.conf include /etc/sway/config.d/* |
