commit c9b05f9491c651c6451751bc3c533cf1af758fab parent 7b866d761d04d61ac7a038f29888ac5132ace99a Author: Chris Bracken <chris@bracken.jp> Date: Fri, 10 Dec 2021 17:41:54 -0800 Add explanatory note on window splitting in Sway Diffstat:
M | .config/sway/config | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.config/sway/config b/.config/sway/config @@ -210,7 +210,8 @@ bindsym $mod+Shift+0 move container to workspace 10 # Key bindings: Layout # You can "split" the current object of your focus with $mod+b or $mod+v, for -# horizontal and vertical splits respectively. +# horizontal and vertical splits respectively. This moves focus to the window +# to split; to return focus to the parent container, use $mod+a. bindsym $mod+b splith bindsym $mod+v splitv # Ditto, but with $mod-; and $mod-Shift-;.