aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/xway
blob: ab22604e7db2882a53ff8ef1ab85502de61e6d7b (plain)
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

$@