blob: b8e5ab8613edf288895f84a2d79f555cc1b6c874 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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
$1
|