diff --git a/org/config/bin.org b/org/config/bin.org index 602d0b6..a0f5a0b 100644 --- a/org/config/bin.org +++ b/org/config/bin.org @@ -150,7 +150,7 @@ wallpaper and Polybar on the new screen. set externaldisplay (xrandr -q --current | grep -A 1 -i "$external connected") if test -n "$externaldisplay" set resolution (echo $externaldisplay[2] | awk '{$1=$1;print $1}') - xrandr --output "$external" --primary --auto --mode "$resolution" --right-of "$internal" + xrandr --output "$external" --primary --auto --mode "$resolution" --left-of "$internal" end #+END_SRC