diff options
| author | Robert Günzler <r@gnzler.io> | 2020-12-03 12:53:56 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-12-07 19:28:05 +0100 |
| commit | a3b550a9a94d836dbf612465b99889b75e51425a (patch) | |
| tree | 70c99b2229fecc0e9370124cce6a78c2d689d62d /bin/x11fy | |
| parent | f4dde76b9a849b45bd29996c76980843c87d21eb (diff) | |
Add bin/x11fy; force applications to use x11
Diffstat (limited to 'bin/x11fy')
| -rwxr-xr-x | bin/x11fy | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/x11fy b/bin/x11fy new file mode 100755 index 0000000..7e69a9f --- /dev/null +++ b/bin/x11fy @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +exec env \ + QT_QPA_PLATFORM=xcb \ + GDK_BACKEND=x11 \ + SDL_VIDEODRIVER=x11 \ + $@ |