xsession: enable QT autoscaling according to screen DPI

This seems to work great!
This commit is contained in:
Vincent Bernat 2018-07-28 11:12:16 +02:00
parent 13ecec71a9
commit 7c8c7b2401

View file

@ -20,6 +20,9 @@ export MAILCAPS=$HOME/.mailcap
# https://bugzilla.gnome.org/show_bug.cgi?id=677329
export GDK_CORE_DEVICE_EVENTS=1
# Make QT automatically scale according to screen DPI
export QT_AUTO_SCREEN_SCALE_FACTOR=1
# Environment variables
[ -e ~/.zsh/env ] && . ~/.zsh/env