From f406db2645678450c822378301bf8a5ab7f7be73 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 3 Nov 2022 20:41:15 +0530 Subject: [PATCH] environment: qt: Allow both Wayland and X for Qt --- environment/.config/environment.d/30-qt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/.config/environment.d/30-qt.conf b/environment/.config/environment.d/30-qt.conf index ba42228..ee3a844 100644 --- a/environment/.config/environment.d/30-qt.conf +++ b/environment/.config/environment.d/30-qt.conf @@ -1,2 +1,2 @@ -QT_QPA_PLATFORM=wayland +QT_QPA_PLATFORM="wayland;xcb" QT_QPA_PLATFORMTHEME=qt5ct