Development branch to get sticky.client

Kill wallpapers on exit
This commit is contained in:
John Mertz 2022-10-31 18:10:33 -04:00
parent 6f6f42db57
commit aa9f93ccdd
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,6 @@ rm $HOME/.swaylog
echo sway > $HOME/.spool/last_login_gui
export SWAYSOCK="$HOME/.spool/sway-ipc.sock"
#WLR_RENDERER=vulkan sway --debug 2>> $HOME/.swaylog >> $HOME/.swaylog
WLR_RENDERER=gles2 sway --debug 2>> $HOME/.swaylog >> $HOME/.swaylog
WLR_RENDERER=gles2 $HOME/build/sway/build/sway/sway --debug 2>> $HOME/.swaylog >> $HOME/.swaylog
export SWAYSOCK=`sway --get-socketpath`
systemctl --user stop wallpapers.service