aboutsummaryrefslogtreecommitdiffstats
path: root/x11/.xprofile
blob: f4af36816726050a271c377a020a9684b382da3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
xrdb -merge ~/.Xresources

xrandr --output eDP-1 --auto

#export GDK_SCALE=2
#export GDK_DPI_SCALE=0.5
export GDK_DPI_SCALE=1

export QT_AUTO_SCREEN_SCALE_FACTOR=1
export QT_ENABLE_HIGHDPI_SCALING=1

export _JAVA_OPTIONS='-Dsun.java2d.uiScale=2'