From d8fc8b15e2cef8a9f224aa4198ee16792fb20f9a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 4 Jul 2022 09:17:31 +0200 Subject: [PATCH] xsession: stop messing with QT scaling By default, it seems sensible and it enables fractional scaling as well. --- dotfiles/xsession | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/xsession b/dotfiles/xsession index 2dc9c25..3eaff24 100755 --- a/dotfiles/xsession +++ b/dotfiles/xsession @@ -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.