From 6a71fc65b0d64a03fd0f37602b14b3d91e61be51 Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:33:13 +0200 Subject: attach-mode: implement after --- doc/riverctl.1.scd | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'doc') 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 * + 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 : Inserts the newly spawned view after N views in the stack. + +*default-attach-mode* *top*|*bottom*|*after * + Alias to attach-mode. + +*output-attach-mode* *top*|*bottom*|*after * + 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. -- cgit v1.2.3