diff options
Diffstat (limited to 'completions/bash/riverctl')
| -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 ae7e64b..b5fb34b 100644 --- a/completions/bash/riverctl +++ b/completions/bash/riverctl @@ -53,7 +53,7 @@ function __riverctl_completion () "resize") OPTS="horizontal vertical" ;; "map"|"unmap") OPTS="-release" ;; "attach-mode") OPTS="top bottom" ;; - "focus-follows-cursor") OPTS="disabled normal strict" ;; + "focus-follows-cursor") OPTS="disabled normal" ;; "set-cursor-warp") OPTS="disabled on-output-change" ;; *) return ;; esac |
