Force GLES2

Update defaulted to Vulkan which isn't working
This commit is contained in:
John Mertz 2022-08-23 11:59:45 -06:00
parent 58c03333a7
commit 2c4ef97a1b
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@
rm $HOME/.swaylog
echo sway > $HOME/.spool/last_login_gui
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`