Development branch to get sticky.client
Kill wallpapers on exit
This commit is contained in:
parent
6f6f42db57
commit
aa9f93ccdd
|
@ -3,5 +3,6 @@ rm $HOME/.swaylog
|
||||||
echo sway > $HOME/.spool/last_login_gui
|
echo sway > $HOME/.spool/last_login_gui
|
||||||
export SWAYSOCK="$HOME/.spool/sway-ipc.sock"
|
export SWAYSOCK="$HOME/.spool/sway-ipc.sock"
|
||||||
#WLR_RENDERER=vulkan sway --debug 2>> $HOME/.swaylog >> $HOME/.swaylog
|
#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`
|
export SWAYSOCK=`sway --get-socketpath`
|
||||||
|
systemctl --user stop wallpapers.service
|
||||||
|
|
Loading…
Reference in New Issue