diff options
| author | shironeko <shironeko@tesaguri.club> | 2022-08-01 20:31:50 -0400 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2022-12-01 14:23:02 +0100 |
| commit | 8036ae2bd179d66f6317e5c7cbd388e88877d9f7 (patch) | |
| tree | 1b616d29d08a108af94a4654c8374fed7cb23eb6 /completions/bash | |
| parent | 3141940efb7a241cc4998e7f8263533823f75ef3 (diff) | |
| download | river-8036ae2bd179d66f6317e5c7cbd388e88877d9f7.tar.gz river-8036ae2bd179d66f6317e5c7cbd388e88877d9f7.tar.xz | |
Cursor: add on-focus-change option
Warp the cursor to the center of the focused view if the cursor is not
in the bounding box of that view already. This helps the user to keep
track of their cursor when they mostly use the keyboard and the cursor
becomes hidden most of the time, also helps trackpad/trackpoint users.
Diffstat (limited to 'completions/bash')
| -rw-r--r-- | completions/bash/riverctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/bash/riverctl b/completions/bash/riverctl index 9793b6f..03ed4f4 100644 --- a/completions/bash/riverctl +++ b/completions/bash/riverctl @@ -64,7 +64,7 @@ function __riverctl_completion () "unmap") OPTS="-release" ;; "attach-mode") OPTS="top bottom" ;; "focus-follows-cursor") OPTS="disabled normal always" ;; - "set-cursor-warp") OPTS="disabled on-output-change" ;; + "set-cursor-warp") OPTS="disabled on-output-change on-focus-change" ;; "hide-cursor") OPTS="timeout when-typing" ;; *) return ;; esac |
