From e8ca57fa0e9eefee2aff68b0e9b1dc53412894aa Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 26 Jan 2022 18:18:32 +0530 Subject: [PATCH] environment: Add QT environment variables for Wayland See https://wiki.archlinux.org/title/Wayland#Qt. --- environment/.config/environment.d/envvars.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment/.config/environment.d/envvars.conf b/environment/.config/environment.d/envvars.conf index 4938c26..8f4566b 100644 --- a/environment/.config/environment.d/envvars.conf +++ b/environment/.config/environment.d/envvars.conf @@ -1,3 +1,5 @@ XDG_CURRENT_DESKTOP="sway" MOZ_ENABLE_WAYLAND=1 GTK_USE_PORTAL=0 +QT_QPA_PLATFORM=wayland +QT_QPA_PLATFORMTHEME=qt5ct