control: implement swap

This commit is contained in:
Marten Ringwelski
2020-10-25 11:41:19 +00:00
committed by GitHub
parent 16c8752de2
commit 3f1b0dfaa9
4 changed files with 134 additions and 0 deletions

View File

@ -72,6 +72,12 @@ used to control and configure river.
_shell_command_ if you do not want special characters to get
interpreted by your shell before the command gets passed to _/bin/sh_.
*swap* *next*|*previous*
Swap the focused window with the next/previous visible non-floating window.
When the focused view is the first view there is no previous view.
In this case *previous* swaps with the last view.
*next* behaves analogous.
*toggle-float*
If the focused view is floating, make it tiled. If it is tiled, make
it floating.