aboutsummaryrefslogtreecommitdiff
path: root/doc/riverctl.1.scd
diff options
context:
space:
mode:
authorOrfeas <38209077+0xfea5@users.noreply.github.com>2024-01-03 16:33:13 +0200
committerIsaac Freund <mail@isaacfreund.com>2024-01-13 12:29:09 -0600
commit6a71fc65b0d64a03fd0f37602b14b3d91e61be51 (patch)
treeb4f5a9cc8ca6295bf69c0ffbddb2864ecc114dc2 /doc/riverctl.1.scd
parent6e9bd83e1d0e2132d2def338b51f66867cd88907 (diff)
downloadriver-6a71fc65b0d64a03fd0f37602b14b3d91e61be51.tar.gz
river-6a71fc65b0d64a03fd0f37602b14b3d91e61be51.tar.xz
attach-mode: implement after <N>
Diffstat (limited to 'doc/riverctl.1.scd')
-rw-r--r--doc/riverctl.1.scd16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd
index b46185d..b3c95b2 100644
--- a/doc/riverctl.1.scd
+++ b/doc/riverctl.1.scd
@@ -347,8 +347,20 @@ matches everything while _\*\*_ and the empty string are invalid.
## CONFIGURATION
-*attach-mode* *top*|*bottom*
- Configure where new views should attach to the view stack.
+*attach-mode* *top*|*bottom*|*after <N>*
+ Set the attach mode to be used by all outputs by default.
+
+ Possible values:
+ - top: Prepends the newly spawned view at the top of the stack.
+ - bottom: Appends the newly spawned view at the bottom of the stack.
+ - after <N>: Inserts the newly spawned view after N views in the stack.
+
+*default-attach-mode* *top*|*bottom*|*after <N>*
+ Alias to attach-mode.
+
+*output-attach-mode* *top*|*bottom*|*after <N>*
+ Set the attach mode of the currently focused output, overriding the value of
+ default-attach-mode if any.
*background-color* _0xRRGGBB_|_0xRRGGBBAA_
Set the background color.