blob: 176d4ad019cb989899f9e6db2d47549acc8b0182 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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'
picom --backend xrender --vsync --use-damage &
|