i3 splits in the correct direction

This commit is contained in:
2016-10-20 23:35:27 -04:00
parent af902fcb92
commit d105cc9140

View File

@@ -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