~changed around split setters

This commit is contained in:
odave
2020-03-17 16:08:21 +00:00
parent bdf6a32798
commit 9e08af56ea

View File

@@ -85,10 +85,10 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+Ctrl+h split h
bindsym $mod+Ctrl+h split v
# split in vertical orientation
bindsym $mod+Ctrl+v split v
bindsym $mod+Ctrl+v split h
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle