From 7d0d0dc829fda0a3a7839bfac57c54c6fb73befe Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 29 Dec 2024 01:17:22 +0300 Subject: [PATCH] .profile: Set Qt theme and scale --- .profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.profile b/.profile index 8a20a36..9d997e9 100644 --- a/.profile +++ b/.profile @@ -260,6 +260,10 @@ if [ -n "$DISPLAY" ]; then #__GL_FSAA_MODE=4 #export __GL_FSAA_MODE + # Bigger fonts for Qt + QT_QPA_PLATFORMTHEME=qt5ct + #QT_SCALE_FACTOR=1.5 + export QT_QPA_PLATFORMTHEME #QT_SCALE_FACTOR fi [ -n "$HAS_LESS" ] && unset HAS_LESS -- 2.39.5