Skip to content

Commit

Permalink
completions: zsh click-method option fix
Browse files Browse the repository at this point in the history
"button-areas" seems to be the argument this command expects instead of
"button-area" -- other shells also have the option as "button-areas".
  • Loading branch information
felixgb committed Jul 12, 2024
1 parent a7411ef commit ccd676e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/zsh/_riverctl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ _riverctl()
case "$line[2]" in
events) _alternative 'input-cmds:args:(enabled disabled disabled-on-external-mouse)' ;;
accel-profile) _alternative 'input-cmds:args:(none flat adaptive)' ;;
click-method) _alternative 'input-cmds:args:(none button-area clickfinger)' ;;
click-method) _alternative 'input-cmds:args:(none button-areas clickfinger)' ;;
drag) _alternative 'input-cmds:args:(enabled disabled)' ;;
drag-lock) _alternative 'input-cmds:args:(enabled disabled)' ;;
disable-while-typing) _alternative 'input-cmds:args:(enabled disabled)' ;;
Expand Down

0 comments on commit ccd676e

Please sign in to comment.