xsession: reenable QT_AUTO_SCREEN_SCALE_FACTOR=1

It works fine with 192 dpi. Dunno about 144.
This commit is contained in:
Vincent Bernat 2022-09-09 19:53:21 +02:00
parent c7ef5b0fbf
commit c7755c58e4

View file

@ -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.