Commit 421bed59 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Small fix for special combo stacked moving window into left.

parent aa0b6595
......@@ -127,7 +127,7 @@ bindsym $mod+Shift+x split h, layout splith, 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
bindsym $mod+Shift+z split h, layout stacked, focus left, move right, move up, 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