mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-07 11:44:48 +02:00
xsession: HDMI interface names have changed for neo
This commit is contained in:
parent
2e7df6eda0
commit
4a21b21bd7
1 changed files with 1 additions and 1 deletions
2
xsession
2
xsession
|
@ -34,7 +34,7 @@ export GDK_CORE_DEVICE_EVENTS=1
|
||||||
|
|
||||||
case "$(hostname)" in
|
case "$(hostname)" in
|
||||||
neo)
|
neo)
|
||||||
xrandr --output HDMI1 --auto --output HDMI2 --auto --right-of HDMI1
|
xrandr --output HDMI-0 --auto --output HDMI-1 --auto --right-of HDMI-0
|
||||||
;;
|
;;
|
||||||
alucard)
|
alucard)
|
||||||
xrandr --output DVI-0 --auto --primary --output DisplayPort-0 --auto --right-of DVI-0
|
xrandr --output DVI-0 --auto --primary --output DisplayPort-0 --auto --right-of DVI-0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue