feat: dual defaults to main on the left of secondary

This commit is contained in:
ayo 2026-05-24 14:02:52 +02:00
parent 07e51a3892
commit c6c9d52662

View file

@ -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
;; ;;