completions: Remove strict in focus-follows-cursor

This commit is contained in:
novakane
2021-07-29 18:57:55 +02:00
committed by Isaac Freund
parent 00f51e00b4
commit 879046ef83
3 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ _riverctl()
map) _alternative 'arguments:optional:(-release)' ;;
unmap) _alternative 'arguments:optional:(-release)' ;;
attach-mode) _alternative 'arguments:args:(top bottom)' ;;
focus-follows-cursor) _alternative 'arguments:args:(disabled normal strict)' ;;
focus-follows-cursor) _alternative 'arguments:args:(disabled normal)' ;;
set-cursor-warp) _alternative 'arguments:args:(disabled on-output-change)' ;;
*) return 0 ;;
esac