completions: zsh click-method option fix
"button-areas" seems to be the argument this command expects instead of "button-area" -- other shells also have the option as "button-areas". (cherry picked from commit ccd676e5a939aabafd297fcec1db3058c651a91b)
This commit is contained in:
parent
dc0d8112a6
commit
4e2a1a12f8
@ -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)' ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user