mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[mon] make external screen the primary screen
This commit is contained in:
parent
61ca3cfde0
commit
e4c2ef9ef9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue