From 422304851ae065ee023fb749d3613d4e5055944b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sun, 7 Feb 2021 11:36:54 +0100 Subject: [PATCH] prevent qt from double scaling --- modules/xfce/etc/X11/Xsession.d/10qtstyle | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/xfce/etc/X11/Xsession.d/10qtstyle b/modules/xfce/etc/X11/Xsession.d/10qtstyle index b44089a..737c966 100755 --- a/modules/xfce/etc/X11/Xsession.d/10qtstyle +++ b/modules/xfce/etc/X11/Xsession.d/10qtstyle @@ -1 +1,2 @@ export QT_STYLE_OVERRIDE=Breeze +export QT_AUTO_SCREEN_SCALE_FACTOR=0 -- 2.39.2