From 879046ef83920e8b78e283c2b9bb3e37214315b4 Mon Sep 17 00:00:00 2001 From: novakane Date: Thu, 29 Jul 2021 18:57:55 +0200 Subject: completions: Remove strict in focus-follows-cursor --- completions/bash/riverctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completions/bash') 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 -- cgit v1.2.3