From f3fada5b0017930d80c06919a5fb23fd47c4a44f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 23 Oct 2020 14:37:34 +0200 Subject: [PATCH] Revert "xsession: try a bit without QT_AUTO_SCREEN_SCALE_FACTOR=1" This reverts commit 9a139c0ad9d87d09dc35005b83d480cea46381d2. --- xsession | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xsession b/xsession index b1a75c8..1ce2afd 100644 --- a/xsession +++ b/xsession @@ -13,6 +13,9 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # 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 + # GTK3 apps try to contact org.a11y.Bus. Disable that. export NO_AT_BRIDGE=1