aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'completions/zsh')
-rw-r--r--completions/zsh/_riverctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl
index f303e5e..8ed1fe5 100644
--- a/completions/zsh/_riverctl
+++ b/completions/zsh/_riverctl
@@ -178,7 +178,7 @@ _riverctl()
unmap) _alternative 'arguments:optional:(-release)' ;;
attach-mode) _alternative 'arguments:args:(top bottom)' ;;
focus-follows-cursor) _alternative 'arguments:args:(disabled normal always)' ;;
- set-cursor-warp) _alternative 'arguments:args:(disabled on-output-change)' ;;
+ set-cursor-warp) _alternative 'arguments:args:(disabled on-output-change on-focus-change)' ;;
hide-cursor) _riverctl_hide_cursor ;;
*) return 0 ;;
esac