[mon] make external screen the primary screen

This commit is contained in:
Felix Buehler 2018-11-18 16:09:33 +01:00
parent 61ca3cfde0
commit e4c2ef9ef9

View file

@ -5,5 +5,5 @@ extern=VGA1
if xrandr | grep "$extern disconnected"; then if xrandr | grep "$extern disconnected"; then
xrandr --output "$extern" --off --output "$intern" --auto --primary xrandr --output "$extern" --off --output "$intern" --auto --primary
else else
xrandr --output "$intern" --auto --pos 0x150 --primary --output "$extern" --auto --pos 1600x0 --output HDMI1 --auto --output DP1 --auto xrandr --output "$intern" --auto --pos 0x150 --output "$extern" --primary --auto --pos 1600x0 --output HDMI1 --auto --output DP1 --auto
fi fi