From c7755c58e45027e6802f889736fee8500d39a6a5 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 9 Sep 2022 19:53:21 +0200 Subject: [PATCH] xsession: reenable QT_AUTO_SCREEN_SCALE_FACTOR=1 It works fine with 192 dpi. Dunno about 144. --- dotfiles/xsession | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/xsession b/dotfiles/xsession index 3eaff24..8118f9b 100755 --- a/dotfiles/xsession +++ b/dotfiles/xsession @@ -11,6 +11,7 @@ export GTK2_RC_FILES=$HOME/.gtkrc-2.0 export MAILCAPS=$HOME/.mailcap # QT theme +export QT_AUTO_SCREEN_SCALE_FACTOR=1 export QT_QPA_PLATFORMTHEME=qt5ct # GTK3 apps try to contact org.a11y.Bus. Disable that.