From 2e7bf73fabad03bec1606c82f5c3b82a6cfb5e2c Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Thu, 28 Jan 2016 12:13:25 -0600 Subject: [PATCH] Moved VGA1 down a bit to compensate for height of new monitor --- .xinitrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.xinitrc b/.xinitrc index cfbaa2d..3a9c765 100644 --- a/.xinitrc +++ b/.xinitrc @@ -41,6 +41,8 @@ xautolock -time 30 -locker slock & if [[ "$HOSTNAME" == "dtarch" ]]; then # Set VGA1 to be right of HDMI1 xrandr --output VGA1 --auto --right-of HDMI1 + # Set VGA1 to be a bit lower because of mouse issues + xrandr --output VGA1 --pos 1600x-150 xrandr --output HDMI1 --primary # Set the bell to be different from Matt's