Swap my monitors on rincewind

This commit is contained in:
Tom Willemse 2020-09-02 15:51:36 -07:00
parent be0f6439f2
commit c6dd756ce1
2 changed files with 2 additions and 2 deletions

View file

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

View file

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