aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh/_riverctl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/zsh/_riverctl')
-rw-r--r--completions/zsh/_riverctl2
1 files changed, 1 insertions, 1 deletions
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