From 36ac8b912d4d07dece0298abd5dbf8a29328e459 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 1 Jun 2025 13:36:03 -0500 Subject: adding qt scale factor to system wide profile --- dotfiles/system/.profile.d/display.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dotfiles') diff --git a/dotfiles/system/.profile.d/display.sh b/dotfiles/system/.profile.d/display.sh index ce5016e..b3a99ef 100644 --- a/dotfiles/system/.profile.d/display.sh +++ b/dotfiles/system/.profile.d/display.sh @@ -6,4 +6,7 @@ # Theme export GTK_THEME=Adwaita:dark + + export QT_QPA_PLATFORMTHEME=qt5ct +export QT_SCALE_FACTOR=1 -- cgit v1.2.3