diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 7311480..13c7fce 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -14,7 +14,6 @@ set $down j set $up k set $right l # Your preferred terminal emulator -# set $term foot set $term st # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened @@ -249,3 +248,6 @@ for_window [class="Steam"] floating enable # include /etc/sway/config.d/* + +# Autostart +exec --no-startup-id autostart |