diff options
| -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/* |
