From a3b550a9a94d836dbf612465b99889b75e51425a Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 3 Dec 2020 12:53:56 +0100 Subject: Add bin/x11fy; force applications to use x11 --- bin/x11fy | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/x11fy (limited to 'bin/x11fy') 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 \ + $@ -- cgit 1.4.1