From d105cc91404167a7ef0d2d6c4e6a7a376a720529 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 20 Oct 2016 23:35:27 -0400 Subject: [PATCH] i3 splits in the correct direction --- .i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.i3/config b/.i3/config index 000eff7..cf30a6c 100644 --- a/.i3/config +++ b/.i3/config @@ -91,10 +91,10 @@ bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation -bindsym $mod+b split h +bindsym $mod+v split h # split in vertical orientation -bindsym $mod+v split v +bindsym $mod+b split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen