xsession: on neo, help with scaling on GTK/GDK

This commit is contained in:
Vincent Bernat 2018-07-27 22:31:18 +02:00
parent 87ab994252
commit 461223a0a3

View file

@ -37,6 +37,8 @@ systemctl --user import-environment
case "$(hostname)" in case "$(hostname)" in
neo) neo)
xrandr --output HDMI-0 --auto --output DP-0 --auto --right-of HDMI-0 --dpi 192 xrandr --output HDMI-0 --auto --output DP-0 --auto --right-of HDMI-0 --dpi 192
export GDK_SCALE=2
export GDK_DPI_SCALE=0.5
;; ;;
zoro) zoro)
xrandr --output eDP1 --auto --dpi 144 xrandr --output eDP1 --auto --dpi 144