Set the Qt DPI when in GNOME

This commit is contained in:
Anthony Rose 2022-03-04 19:27:20 +00:00
parent b9d4dec691
commit 25081f9271

View file

@ -78,6 +78,11 @@ then
export EDITOR="/usr/bin/vim -f"
fi
if [ ${XDG_CURRENT_DESKTOP:-unknown} == GNOME ]
then
export QT_FONT_DPI=72
fi
shopt -s histappend
bind '"\e[1;5C": forward-word'
bind '"\e[1;5D": backward-word'