diff options
author | Guangxiong Lin <[email protected]> | 2022-12-17 09:34:36 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-12-17 09:34:36 +0800 |
commit | 885cbb18b6c9df2b0c4f77a7b7956125c4f08473 (patch) | |
tree | da5243f872e2ec2e5cf85693416917c4083d9b21 /.config/sway/config | |
parent | 449208367563b5b7e9e06cffc719e2500731ce7c (diff) | |
download | dotfiles-885cbb18b6c9df2b0c4f77a7b7956125c4f08473.tar.gz dotfiles-885cbb18b6c9df2b0c4f77a7b7956125c4f08473.tar.bz2 dotfiles-885cbb18b6c9df2b0c4f77a7b7956125c4f08473.zip |
Update swaywm start config
Diffstat (limited to '.config/sway/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 |