diff options
author | Guangxiong Lin <[email protected]> | 2022-11-22 23:16:01 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-11-22 23:16:01 +0800 |
commit | 0d642734476df5795f229b0d336cb39d1e7be7b3 (patch) | |
tree | f436f7e031691bd23933ab0b7ee0d2d650201649 /.config/sway/config | |
parent | 29a7a8c98d7fafbe71bbd82bb4bb91f81cb9bad8 (diff) | |
download | dotfiles-0d642734476df5795f229b0d336cb39d1e7be7b3.tar.gz dotfiles-0d642734476df5795f229b0d336cb39d1e7be7b3.tar.bz2 dotfiles-0d642734476df5795f229b0d336cb39d1e7be7b3.zip |
Boot swaywm by script
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index ace4ccc..7311480 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -22,8 +22,6 @@ set $term st # set $menu dmenu_path | dmenu | xargs swaymsg exec -- set $menu my-dmenu -m 0 -fn monospace:size=12 -nb '#222222' -nf '#bbbbbb' -sb '#005577' -sf '#eeeeee' | xargs swaymsg exec -- -exec --no-startup-id autostart-wayland - default_border pixel 1 default_floating_border pixel 1 |