Set QT_AUTO_SCREEN_SCALE_FACTOR for high DPI scaling

This commit is contained in:
Adam Goldsmith 2018-01-10 12:45:02 -05:00
parent a3b419fc05
commit baa1712e7b
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ export ARDUINO_DIR="/usr/share/arduino"
export ARDMK_DIR="$HOME/Programs/Arduino-Makefile"
export STEAMAPPS="$HOME/.local/share/Steam/steamapps/common"
export QT_STYLE_OVERRIDE=gtk2
export QT_AUTO_SCREEN_SCALE_FACTOR=true
export ALTERNATE_EDITOR=""
export TERMINAL=xfce4-terminal
export CALIBRE_USE_SYSTEM_THEME=true