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

xrandr --output eDP-1 --auto

#export GDK_SCALE=2
#export GDK_DPI_SCALE=0.5
export GDK_DPI_SCALE=1
export GTK_THEME=Adwaita:dark

export QT_AUTO_SCREEN_SCALE_FACTOR=1
export QT_ENABLE_HIGHDPI_SCALING=1

export ADW_DISABLE_PORTAL=1

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