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/zsh/_riverctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completions/zsh') diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index 1b3f8d0..f606565 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -136,7 +136,7 @@ _riverctl() map) _alternative 'arguments:optional:(-release)' ;; unmap) _alternative 'arguments:optional:(-release)' ;; attach-mode) _alternative 'arguments:args:(top bottom)' ;; - focus-follows-cursor) _alternative 'arguments:args:(disabled normal strict)' ;; + focus-follows-cursor) _alternative 'arguments:args:(disabled normal)' ;; set-cursor-warp) _alternative 'arguments:args:(disabled on-output-change)' ;; *) return 0 ;; esac -- cgit v1.2.3