diff options
Diffstat (limited to 'doc/riverctl.1.scd')
| -rw-r--r-- | doc/riverctl.1.scd | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
