From a1c43a3edd217cd1cc93dd211c07c39d246748dd Mon Sep 17 00:00:00 2001 From: David Todd Date: Wed, 24 Jul 2019 10:48:36 -0500 Subject: [PATCH] adjust 3rd monitor setup --- i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 01d2f74..b9c76b8 100644 --- a/i3/config +++ b/i3/config @@ -4,7 +4,8 @@ exec --no-startup-id xrandr --output DP1 --primary # Put Apple Cinima Display on the right of DP-0 exec --no-startup-id xrandr --output DP2 --left-of DP1 # Third monitor -exec --no-startup-id xrandr --output VGA1 --left-of DP2 +#exec --no-startup-id xrandr --output VGA1 --left-of DP2 +exec --no-startup-id xrandr --output VGA1 --mode 1920x1200 --left-of DP2 # Use the Super key as $mod, because Alt is used in tmux