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

Testing special combo stacked (instead of tabbed).

parent b95a2c4e
......@@ -125,9 +125,9 @@ bindsym $mod+Mod1+w split h; layout tabbed
bindsym $mod+x split h, layout splith, focus right, move left, focus left
bindsym $mod+Shift+x split h, layout splith, focus left, move right, focus right
# special combo for tabbed split of two windows next to each other
bindsym $mod+z split h, layout tabbed, focus right, move left, focus left
bindsym $mod+Shift+z split h, layout tabbed, focus left, move right, focus right
# special combo for stacked split of two windows next to each other
bindsym $mod+z split h, layout stacked, focus right, move left, focus up
bindsym $mod+Shift+z split h, layout stacked, focus left, move right, focus down
# 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