From b01255c0cfd3795ab54a6b0f0391e8f43da39e89 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 8 Jan 2024 14:49:16 +0100 Subject: [PATCH] Update QT env variable to apply correct theme --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index d7714b5..608ffca 100644 --- a/.zprofile +++ b/.zprofile @@ -16,7 +16,7 @@ if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then export QT_QPA_PLATFORM="wayland-egl" export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export MOZ_ENABLE_WAYLAND=1 - export QT_QPA_PLATFORMTHEME="gtk3" + export QT_QPA_PLATFORMTHEME=qt5ct export NO_AT_BRIDGE=1 export XDG_SESSION_TYPE=wayland export XDG_CURRENT_DESKTOP=sway