dot/profile: Inhibit Qt `auto-scale-factor' stoatage.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 10 Apr 2020 19:57:16 +0000 (20:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 10 Apr 2020 19:57:16 +0000 (20:57 +0100)
On spirit, this makes the icons HUGE and the UI text almost unreadably
tiny -- even for me.

dot/profile

index d002673..17fbc67 100644 (file)
@@ -267,6 +267,7 @@ OOO_FORCE_DESKTOP=gnome; export OOO_FORCE_DESKTOP
 
 ## Hack Qt-ish things to be unstoatly.
 QT_QPA_PLATFORMTHEME=gtk2; export QT_QPA_PLATFORMTHEME
+QT_AUTO_SCREEN_SCALE_FACTOR=0; export QT_AUTO_SCREEN_SCALE_FACTOR
 
 ## Use X11 input method (including compose key sequences) everywhere.
 GTK_IM_MODULE=xim; export GTK_IM_MODULE