Remove SDL for wayland (for now). Leave GTK portal for non wayland sessions.

This commit is contained in:
Érico Rolim 2019-10-08 22:15:30 -03:00
parent 35865a7780
commit 02a93d127f
1 changed files with 4 additions and 2 deletions

View File

@ -12,8 +12,10 @@ then
export MOZ_ENABLE_WAYLAND=1
# Java
export _JAVA_AWT_WM_NONREPARENTING=1
# SDL
export SDL_VIDEODRIVER=wayland
# SDL - not working for most games
#export SDL_VIDEODRIVER=wayland
else
export GTK_USE_PORTAL=1
fi
generic-launcher bash -c 'compgen -c | sort -u | fzf --border | xargs lnch'