From b71cabdfc5d80c0a0772b55b8977964879b2432d Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Fri, 7 May 2021 13:41:48 +0200 Subject: [PATCH] no need for display scale anymore --- x11/.xinitrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/.xinitrc b/x11/.xinitrc index eb8f408..fb5d779 100755 --- a/x11/.xinitrc +++ b/x11/.xinitrc @@ -13,9 +13,9 @@ fi eval $(gpg-agent -s --enable-ssh-support --daemon --write-env-file $HOME/.gpg-agent-info) -DISPLAY_SCALE=1.25 -export GDK_DPI_SCALE=$DISPLAY_SCALE -export QT_AUTO_SCREEN_SCALE_FACTOR=$DISPLAY_SCALE +# DISPLAY_SCALE=1.25 +# export GDK_DPI_SCALE=$DISPLAY_SCALE +# export QT_AUTO_SCREEN_SCALE_FACTOR=$DISPLAY_SCALE [[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources