]> git.phdru.name Git - dotfiles.git/commitdiff
.profile: Set Qt theme and scale
authorOleg Broytman <phd@phdru.name>
Sat, 28 Dec 2024 22:17:22 +0000 (01:17 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 28 Dec 2024 22:17:22 +0000 (01:17 +0300)
.profile

index 8a20a360de736c72c8a646c14fd58e7d248d3675..9d997e97e767c49be42352b204022bf2a30a1912 100644 (file)
--- 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