aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/machines/rincewind.sh2
-rwxr-xr-xx11/.config/X11/machines/rincewind.sh2
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