xsession: stop messing with QT scaling

By default, it seems sensible and it enables fractional scaling as
well.
This commit is contained in:
Vincent Bernat 2022-07-04 09:17:31 +02:00
parent eee0ad77f1
commit d8fc8b15e2

View file

@ -10,8 +10,7 @@ export GTK2_RC_FILES=$HOME/.gtkrc-2.0
# We do not want to rely on crappy mailcap
export MAILCAPS=$HOME/.mailcap
# Make QT automatically scale according to screen DPI
export QT_AUTO_SCREEN_SCALE_FACTOR=1
# QT theme
export QT_QPA_PLATFORMTHEME=qt5ct
# GTK3 apps try to contact org.a11y.Bus. Disable that.