From: Oleg Broytman Date: Sat, 28 Dec 2024 22:17:22 +0000 (+0300) Subject: .profile: Set Qt theme and scale X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=7d0d0dc829fda0a3a7839bfac57c54c6fb73befe;p=dotfiles.git .profile: Set Qt theme and scale --- 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