From 50c9e3d81bcd0f5d7aba9f136aece36960ed197e Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Fri, 3 Jun 2022 11:09:18 +0200 Subject: Cursor: revive 'always' focus-follows-cursor mode This was removed a while back because it was buggy and I didn't know of anyone using it. Since refactoring it is now trivial to implement and I know of at least one person using it, so I don't mind reviving it. --- completions/zsh/_riverctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completions/zsh') diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index 8fec8fe..ed2662d 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -172,7 +172,7 @@ _riverctl() map) _alternative 'arguments:optional:(-release -repeat -layout)' ;; unmap) _alternative 'arguments:optional:(-release)' ;; attach-mode) _alternative 'arguments:args:(top bottom)' ;; - focus-follows-cursor) _alternative 'arguments:args:(disabled normal)' ;; + focus-follows-cursor) _alternative 'arguments:args:(disabled normal always)' ;; set-cursor-warp) _alternative 'arguments:args:(disabled on-output-change)' ;; hide-cursor) _riverctl_hide_cursor ;; *) return 0 ;; -- cgit v1.2.3