From 9b209c974c3b849786a4cf032eaea204c48c5f4a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 26 Dec 2020 23:14:04 -0800 Subject: Fix monitor names and switch monitors on rincewind --- x11/.config/X11/machines/rincewind.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/.config') diff --git a/x11/.config/X11/machines/rincewind.sh b/x11/.config/X11/machines/rincewind.sh index 3e22e69..5c06e47 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 --left-of HDMI-0 --rotate left +xrandr --output HDMI-A-0 --auto --primary \ + --output DVI-D-0 --auto --right-of HDMI-A-0 --rotate left -- cgit v1.2.3-54-g00ecf