From df492f83e63f436f63a1992fcb3c589959bf16b9 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 26 Jun 2021 19:00:16 +0200 Subject: completions: add set-cursor-warp for zsh/fish --- completions/zsh/_riverctl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'completions/zsh') diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index d9f1857..a39aa0e 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -49,6 +49,7 @@ _riverctl_subcommands() 'focus-follows-cursor:Configure the focus behavior when moving cursor' 'opacity:Configure server-side opacity of views' 'set-repeat:Set the keyboard repeat rate and repeat delay' + 'set-cursor-warp:Set the cursor warp mode.' 'xcursor-theme:Set the xcursor theme' # Input 'input:Configure input devices' @@ -137,6 +138,7 @@ _riverctl() unmap) _alternative 'arguments:optional:(-release)' ;; attach-mode) _alternative 'arguments:args:(top bottom)' ;; focus-follows-cursor) _alternative 'arguments:args:(disabled normal strict)' ;; + set-cursor-warp) _alternative 'arguments:args:(disabled on-output-change)' ;; *) return 0 ;; esac ;; @@ -144,4 +146,3 @@ _riverctl() } _riverctl "$@" - -- cgit v1.2.3