[Bin] Make HDMI1 on the left by default

My setup changed, therefore put HDMI1 on the left of my computer.
This commit is contained in:
Lucien Cartier-Tilet 2022-03-01 19:50:02 +01:00
parent 728cfed605
commit d379f83cc8
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

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