diff options
author | Matt Singleton <matt@xcolour.net> | 2022-03-16 18:59:04 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2022-03-16 19:00:41 -0500 |
commit | 21954c16a137151d44a3dc61d5e9699c071e55cc (patch) | |
tree | 99843d483fb652b259fd0da7bd6b01a2d14d19a7 /config/sway | |
parent | 206cbd8448c8ad2547e17305d859267dad12f28a (diff) |
mostly changing the theme for sway stuff
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/* |