mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
xsession: on neo, help with scaling on GTK/GDK
This commit is contained in:
parent
87ab994252
commit
461223a0a3
1 changed files with 2 additions and 0 deletions
2
xsession
2
xsession
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue