diff options
Diffstat (limited to 'config/sway')
-rw-r--r-- | config/sway/config | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/sway/config b/config/sway/config index 13d151e..6dec471 100644 --- a/config/sway/config +++ b/config/sway/config @@ -14,7 +14,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term foot +set $term kitty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. @@ -280,4 +280,10 @@ for_window [app_id="firefox"] inhibit_idle fullscreen assign [class="Tauon Music Box"] workspace number 3 assign [class="Joplin"] workspace number 4 +# +# Notifications +# + +#exec mako + include /etc/sway/config.d/* |