Add environment variable for xorg display scaling with Qt

This commit is contained in:
Callum Renwick 2021-04-03 17:21:04 +01:00
parent 442d771041
commit 9932d0931a
1 changed files with 3 additions and 0 deletions

View File

@ -7,4 +7,7 @@ export PATH=$PATH:/home/cren/.local/bin:/home/cren/.local/share/ponyup/bin
export PF_INFO="ascii title os kernel shell wm memory pkgs palette"
export PF_ASCII="linux"
# xorg display scaling. what a pain
export QT_SCALE_FACTOR=1.3
export TZ='Europe/London'