From 29fa44a4faf434f69c84e2738cd0710f5b0023f3 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 24 Jan 2024 23:53:34 +0800 Subject: Update sway config --- .config/sway/config | 4 ++-- 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 -- cgit v1.2.3