mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
xsession: on neo, set primary screen
Default primary is DP-0.
This commit is contained in:
parent
23581a2bcd
commit
bce16c6d6a
1 changed files with 1 additions and 1 deletions
2
xsession
2
xsession
|
@ -36,7 +36,7 @@ systemctl --user import-environment
|
|||
|
||||
case "$(hostname)" in
|
||||
neo)
|
||||
xrandr --output HDMI-0 --auto --output DP-0 --auto --right-of HDMI-0 --dpi 192
|
||||
xrandr --output HDMI-0 --auto --primary --output DP-0 --auto --right-of HDMI-0 --dpi 192
|
||||
;;
|
||||
zoro)
|
||||
xrandr --output eDP1 --auto --dpi 144
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue