aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de>2021-05-07 03:46:26 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2021-06-26 19:03:49 +0200
commit085cca0d5e72ef04874671c58676781c208d4c65 (patch)
tree1aa2fc7ad7de223401d72b2423fabcc07ff19187 /doc
parent505639432efc22ee8c85c4a9b34e111acbe896d4 (diff)
downloadriver-085cca0d5e72ef04874671c58676781c208d4c65.tar.gz
river-085cca0d5e72ef04874671c58676781c208d4c65.tar.xz
cursor: add option to warp on output change
On output change, if the cursor is not already on the newly focused output, it will now be warped to its center. The check is necessary, since focusing outputs with the pointer will be implemented in the future.
Diffstat (limited to 'doc')
-rw-r--r--doc/riverctl.1.scd9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd
index 3dc8330..cebac70 100644
--- a/doc/riverctl.1.scd
+++ b/doc/riverctl.1.scd
@@ -228,7 +228,7 @@ A complete list may be found in _/usr/include/linux/input-event-codes.h_
There are three available modes:
- _disabled_: Moving the cursor does not affect focus. This is
- the default
+ the default.
- _normal_: Moving the cursor over a view will focus that view.
Moving the cursor within a view will not re-focus that view if
focus has moved elsewhere.
@@ -238,6 +238,13 @@ A complete list may be found in _/usr/include/linux/input-event-codes.h_
If the view to be focused is on an output that does not have focus,
focus is switched to that output.
+*set-cursor-warp* *disabled*|*on-output-change*
+ Set the cursor warp mode. There are two available modes:
+
+ - _disabled_: Cursor will not be warped. This is the default.
+ - _on-output-change_: When a different output is focused, the cursor will be
+ warped to its center.
+
*opacity* _focused_ _unfocused_ _initial_ _step-size_ _delta-t_
Configure server-side opacity of views, including transition
animations. A value of 0.0 is fully transparent while 1.0 is fully