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

@ -53,7 +53,7 @@ function __riverctl_completion ()
"resize") OPTS="horizontal vertical" ;;
"map"|"unmap") OPTS="-release" ;;
"attach-mode") OPTS="top bottom" ;;
"focus-follows-cursor") OPTS="disabled normal strict" ;;
"focus-follows-cursor") OPTS="disabled normal" ;;
"set-cursor-warp") OPTS="disabled on-output-change" ;;
*) return ;;
esac