From d6a7dba193598c118ca81bbed2b0e41411e95b33 Mon Sep 17 00:00:00 2001 From: exu Date: Sat, 16 Nov 2024 15:16:48 +0100 Subject: [PATCH] Enable x11 fallback for QT and SDL --- roles/config/files/etc/environment | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/config/files/etc/environment b/roles/config/files/etc/environment index fe68f3e4..15b59248 100644 --- a/roles/config/files/etc/environment +++ b/roles/config/files/etc/environment @@ -1,11 +1,11 @@ # wayland for qt -QT_QPA_PLATFORM=wayland +QT_QPA_PLATFORM='wayland;xcb' # default editor EDITOR=vim # wayland for clutter CLUTTER_BACKEND=wayland # wayland for sdl -SDL_VIDEODRIVER=wayland +SDL_VIDEODRIVER='wayland,x11' # wayland firefox & thunderbird MOZ_ENABLE_WAYLAND=1 # keyboard layout for gamescope