Commit 5302fa62 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'development'

parents 8bdfa329 a53a497a
......@@ -121,13 +121,13 @@ bindsym $mod+Mod1+s split h; layout stacking
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 (and inverse method)
# 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 focus down, move right, focus left, move right
bindsym $mod+Shift+x layout splith, split v, focus left, move right, move up, focus down
# special combo for tabbed split of two windows next to each other (and inverse method)
# 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 move left, focus right, move left
bindsym $mod+Shift+z split h, layout tabbed, focus left, move right, focus right
# 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