summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile.d/display.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.profile.d/display.sh')
-rw-r--r--dotfiles/system/.profile.d/display.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/system/.profile.d/display.sh b/dotfiles/system/.profile.d/display.sh
index df5a57c..dbc3846 100644
--- a/dotfiles/system/.profile.d/display.sh
+++ b/dotfiles/system/.profile.d/display.sh
@@ -9,6 +9,7 @@ export GTK_THEME=Adwaita:dark
XDG_CURRENT_DESKTOP=GNOME
-# export QT_QPA_PLATFORMTHEME=qt5ct
+# Qt theming - qt6ct for Qt6 apps, style override for consistent Adwaita-Dark
export QT_QPA_PLATFORMTHEME=qt6ct
+export QT_STYLE_OVERRIDE=Adwaita-Dark
export QT_SCALE_FACTOR=1