#
# Layout stuff:
#
    # You can "split" the current object of your focus with
    # $mod+b or $mod+v, for horizontal and vertical splits
    # respectively.
    bindsym $mod+z splith
    bindsym $mod+p splitv

    # Switch the current container between different layout styles
    bindsym $mod+i layout stacking
    bindsym $mod+v layout tabbed
    bindsym $mod+l layout toggle split

    # Make the current focus fullscreen
    bindsym $mod+e fullscreen

    # Toggle the current focus between tiling and floating mode
    bindsym $mod+Shift+space floating toggle

    # Swap focus between the tiling area and the floating area
    bindsym $mod+space focus mode_toggle

    # Move focus to the parent container
    bindsym $mod+u focus parent