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 | |
parent | cabdc25f1b376e1909554e6b15371f343d82ccab (diff) | |
download | dotfiles-29fa44a4faf434f69c84e2738cd0710f5b0023f3.tar.gz dotfiles-29fa44a4faf434f69c84e2738cd0710f5b0023f3.tar.bz2 dotfiles-29fa44a4faf434f69c84e2738cd0710f5b0023f3.zip |
Update sway config
-rw-r--r-- | .config/sway/config | 4 | ||||
-rwxr-xr-x | bin/startsway | 2 |
2 files changed, 3 insertions, 3 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 # diff --git a/bin/startsway b/bin/startsway index e695763..da15b49 100755 --- a/bin/startsway +++ b/bin/startsway @@ -2,7 +2,7 @@ export XDG_CURRENT_DESKTOP=sway export XDG_SESSION_DESKTOP=sway -export WLR_RENDER=vulkan +export WLR_RENDERER=vulkan export MOZ_ENABLE_WAYLAND=1 export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORMTHEME=qt5ct |