From 147a64d04557986e6216e7b7d7f38a0114c38bb6 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 6 Dec 2021 11:54:16 +0100 Subject: [PATCH] fixed scaling in xprofile for arch laptop --- .xprofile##class.arch_laptop | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.xprofile##class.arch_laptop b/.xprofile##class.arch_laptop index 3673a64..bd3ea1d 100644 --- a/.xprofile##class.arch_laptop +++ b/.xprofile##class.arch_laptop @@ -3,9 +3,9 @@ xbindkeys & optimus-manager-qt & xrdb -merge ~/.Xresources xrandr --dpi 210 -export GDK_SCALE=1.5 -export ELM_SCALE=1.5 -export QT_AUTO_SCREEN_SCALE_FACTOR=1.5 +export GDK_SCALE=2 +export ELM_SCALE=2 +export QT_AUTO_SCREEN_SCALE_FACTOR=2 exoprt MOZ_USE_XINPUT2=1 export MESA_LOADER_DRIVER_OVERRIDE=i965