diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2021-06-26 19:00:16 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-06-26 19:03:49 +0200 |
| commit | df492f83e63f436f63a1992fcb3c589959bf16b9 (patch) | |
| tree | 460a6ed7df48b5a2808d91ac68e3b597f60d589e /completions/zsh | |
| parent | 61829d82feba4d1f2a7a4125259aa33167a70756 (diff) | |
| download | river-df492f83e63f436f63a1992fcb3c589959bf16b9.tar.gz river-df492f83e63f436f63a1992fcb3c589959bf16b9.tar.xz | |
completions: add set-cursor-warp for zsh/fish
Diffstat (limited to 'completions/zsh')
| -rw-r--r-- | completions/zsh/_riverctl | 3 |
1 files changed, 2 insertions, 1 deletions
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 "$@" - |
