From d379f83cc8e5ddea45e2083babeaca5dc1beb8e5 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 1 Mar 2022 19:50:02 +0100 Subject: [PATCH] [Bin] Make HDMI1 on the left by default My setup changed, therefore put HDMI1 on the left of my computer. --- org/config/bin.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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