diff options
author | Guangxiong Lin <[email protected]> | 2024-01-24 23:53:34 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2024-01-24 23:53:34 +0800 |
commit | 29fa44a4faf434f69c84e2738cd0710f5b0023f3 (patch) | |
tree | 879bbb247f742628a40e61f6ecd22fa11926b951 /.config/sway | |
parent | cabdc25f1b376e1909554e6b15371f343d82ccab (diff) | |
download | dotfiles-29fa44a4faf434f69c84e2738cd0710f5b0023f3.tar.gz dotfiles-29fa44a4faf434f69c84e2738cd0710f5b0023f3.tar.bz2 dotfiles-29fa44a4faf434f69c84e2738cd0710f5b0023f3.zip |
Update sway config
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index a03da43..2b2e3ba 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -19,7 +19,7 @@ set $term foot # 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. # 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 -- +set $menu bemenu-run --ignorecase -m 0 --fn 'monospace 12' --nb '#222222' --nf '#bbbbbb' --sb '#005577' --sf '#eeeeee' | xargs swaymsg exec -- default_border pixel 1 default_floating_border pixel 1 @@ -40,7 +40,7 @@ workspace_auto_back_and_forth yes # output HDMI-A-1 resolution 1920x1080 position 1920,0 # # You can get the names of your outputs by running: swaymsg -t get_outputs -output * bg `find "~/pictures/wallpapers/" -type f | shuf -n 1` fill +output * bg `find "~/Pictures/wallpapers/" -type f | shuf -n 1` fill ### Idle configuration # |