1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh # Certain Xorg apps require certain env variable to correctly work through xwayland export GDK_BACKEND=x11 export EGL_PLATFORM=x11 export CLUTTER_PLATFORM=x11 export SDL_VIDEODRIVER=x11 export QT_QPA_PLATFORM=xcb $@