feat: dual defaults to main on the left of secondary
This commit is contained in:
parent
07e51a3892
commit
c6c9d52662
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ function main() {
|
||||||
"dual"|"right")
|
"dual"|"right")
|
||||||
echo "Setting dual display right"
|
echo "Setting dual display right"
|
||||||
xrandr \
|
xrandr \
|
||||||
--output "$main" --primary --auto --right-of "$secondary" \
|
--output "$main" --primary --auto --left-of "$secondary" \
|
||||||
--output "$secondary" --auto \
|
--output "$secondary" --auto \
|
||||||
--output "$internal" --off
|
--output "$internal" --off
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue