mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 13:00:02 +02:00
xsession: enable QT autoscaling according to screen DPI
This seems to work great!
This commit is contained in:
parent
13ecec71a9
commit
7c8c7b2401
1 changed files with 3 additions and 0 deletions
3
xsession
3
xsession
|
@ -20,6 +20,9 @@ export MAILCAPS=$HOME/.mailcap
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=677329
|
# https://bugzilla.gnome.org/show_bug.cgi?id=677329
|
||||||
export GDK_CORE_DEVICE_EVENTS=1
|
export GDK_CORE_DEVICE_EVENTS=1
|
||||||
|
|
||||||
|
# Make QT automatically scale according to screen DPI
|
||||||
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
[ -e ~/.zsh/env ] && . ~/.zsh/env
|
[ -e ~/.zsh/env ] && . ~/.zsh/env
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue