From 80e26bf6e73b435da09a615f72a8c608672ad3f4 Mon Sep 17 00:00:00 2001 From: David Todd Date: Thu, 11 Jul 2019 14:54:40 -0500 Subject: [PATCH] add 3rd monitor config --- i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/config b/i3/config index 975cf16..01d2f74 100644 --- a/i3/config +++ b/i3/config @@ -3,6 +3,9 @@ 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 + # Use the Super key as $mod, because Alt is used in tmux set $mod Mod4