diff options
Diffstat (limited to 'x11/.xprofile')
| -rw-r--r-- | x11/.xprofile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/.xprofile b/x11/.xprofile new file mode 100644 index 0000000..176d4ad --- /dev/null +++ b/x11/.xprofile @@ -0,0 +1,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 & |
