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 bd0bbdb727
commit 1fe452828c
1 changed files with 2 additions and 1 deletions

View File

@ -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`