Commit 396f079a authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Change mod+x to split h (not layout splitv) container (more along the lines of...

Change mod+x to split h (not layout splitv) container (more along the lines of what want when have lots of windows).
parent 23ca92f4
......@@ -121,8 +121,8 @@ bindsym $mod+w layout tabbed;exec notify-send 'tabbed layout'
bindsym $mod+Mod1+w split h; layout tabbed
# special combo for vertical split of two windows next to each other
bindsym $mod+x layout splith, split v, focus right, move left, focus up
bindsym $mod+Shift+x layout splith, split v, focus left, move right, move up, focus down
bindsym $mod+x split h, layout splitv, focus right, move left, focus up
bindsym $mod+Shift+x split h, layout splitv, focus left, move right, move up, focus down
# 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
......
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