Force GLES2
Update defaulted to Vulkan which isn't working
This commit is contained in:
parent
bd0bbdb727
commit
1fe452828c
|
@ -2,5 +2,6 @@
|
||||||
rm $HOME/.swaylog
|
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"
|
||||||
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
|
||||||
export SWAYSOCK=`sway --get-socketpath`
|
export SWAYSOCK=`sway --get-socketpath`
|
||||||
|
|
Loading…
Reference in New Issue