Set the Qt DPI when in GNOME
This commit is contained in:
parent
b9d4dec691
commit
25081f9271
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue