aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarten Ringwelski <60553448+maringuu@users.noreply.github.com>2020-10-25 11:41:19 +0000
committerGitHub <noreply@github.com>2020-10-25 12:41:19 +0100
commit3f1b0dfaa9793af8d55dc4c5fae37058ef9bc78b (patch)
tree45db0e98fc25f508ae6d14c18a480c603073701c /doc
parent16c8752de2a0ff1a2c11914e7fc969e490556a8d (diff)
downloadriver-3f1b0dfaa9793af8d55dc4c5fae37058ef9bc78b.tar.gz
river-3f1b0dfaa9793af8d55dc4c5fae37058ef9bc78b.tar.xz
control: implement swap
Diffstat (limited to 'doc')
-rw-r--r--doc/riverctl.1.scd6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd
index 9a73a88..d5e4aec 100644
--- a/doc/riverctl.1.scd
+++ b/doc/riverctl.1.scd
@@ -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.