Commit bbece3e3 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added bindsym to create tabbed child container.

parent 79117453
......@@ -249,6 +249,7 @@ bindsym $mod_next+Shift+s layout stacking, layout fill_order default
# child container layout bindsyms (creates a child container from currently select window)
bindsym $mod+c split h, layout splitv
bindsym $mod+$mod_next+c split h, layout tabbed reverse
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
......
......@@ -220,6 +220,7 @@ bindsym $mod_next+Shift+s layout stacking, layout fill_order default
# child container layout bindsyms (creates a child container from currently select window)
bindsym $mod+c split h, layout splitv
bindsym $mod+$mod_next+c split h, layout tabbed reverse
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment