From c6dd756ce1d972aa257ffa5cc2c2d4550781f795 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 2 Sep 2020 15:51:36 -0700 Subject: [PATCH] Swap my monitors on rincewind --- herbstluftwm/.config/herbstluftwm/machines/rincewind.sh | 2 +- x11/.config/X11/machines/rincewind.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/herbstluftwm/.config/herbstluftwm/machines/rincewind.sh b/herbstluftwm/.config/herbstluftwm/machines/rincewind.sh index 770a03c..e45d4b9 100755 --- a/herbstluftwm/.config/herbstluftwm/machines/rincewind.sh +++ b/herbstluftwm/.config/herbstluftwm/machines/rincewind.sh @@ -1,7 +1,7 @@ #!/usr/bin/env zsh ## Monitors -hc set_monitors 1920x1080+0+0 1200x1920+1920+0 +hc set_monitors 1920x1080+1200+0 1200x1920+0+0 hc load dev '(split horizontal:0.54:1 (clients max:0) (clients vertical:0))' diff --git a/x11/.config/X11/machines/rincewind.sh b/x11/.config/X11/machines/rincewind.sh index 72eeb2e..3e22e69 100755 --- a/x11/.config/X11/machines/rincewind.sh +++ b/x11/.config/X11/machines/rincewind.sh @@ -1,4 +1,4 @@ #!/usr/bin/env sh xrandr --output HDMI-0 --auto --primary \ - --output DVI-I-1 --auto --right-of HDMI-0 --rotate left + --output DVI-I-1 --auto --left-of HDMI-0 --rotate left