From 7e02fb679cc5cddb0f8584471576f89ae981acea Mon Sep 17 00:00:00 2001 From: Marten Ringwelski Date: Tue, 15 Sep 2020 00:38:50 +0200 Subject: Implement focus-follows-cursor --- doc/riverctl.1.scd | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/riverctl.1.scd') diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index 3632827..f233ad1 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -116,6 +116,13 @@ that tag 1 through 9 are visible. *enter-mode* _name_ Switch to given mode if it exits. +*focus-follows-cursor* _disabled_|_normal_|_strict_ + When _disabled_ moving the cursor will not influence the focus. This is the default setting. + If set to _normal_ moving the cursor over a window will focus that window. + The focus still can be changed and moving the cursor within the (now unfocused) window will not change the focus to that window + but let the currently focused window in focus. + When set to _strict_ this is not the case. The focus will be updated on every cursor movement. + *map* _mode_ _modifiers_ _key_ _command_ _mode_ is either “normal” (the default mode) or a mode created with *declare-mode*. _modifiers_ is a list of one or more of the following -- cgit v1.2.3