aboutsummaryrefslogtreecommitdiff
path: root/completions/fish/riverctl.fish
diff options
context:
space:
mode:
authorIsaac Freund <mail@isaacfreund.com>2022-06-03 11:09:18 +0200
committerIsaac Freund <mail@isaacfreund.com>2022-06-03 12:03:08 +0200
commit50c9e3d81bcd0f5d7aba9f136aece36960ed197e (patch)
tree0585f720f004622d8881c612d5014a12b554717c /completions/fish/riverctl.fish
parent2df2151afab926999c8ccca26c5870641eab0d69 (diff)
downloadriver-50c9e3d81bcd0f5d7aba9f136aece36960ed197e.tar.gz
river-50c9e3d81bcd0f5d7aba9f136aece36960ed197e.tar.xz
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.
Diffstat (limited to 'completions/fish/riverctl.fish')
-rw-r--r--completions/fish/riverctl.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/fish/riverctl.fish b/completions/fish/riverctl.fish
index 7a09063..443e986 100644
--- a/completions/fish/riverctl.fish
+++ b/completions/fish/riverctl.fish
@@ -73,7 +73,7 @@ complete -c riverctl -x -n '__fish_seen_subcommand_from swap' -a
complete -c riverctl -x -n '__fish_seen_subcommand_from map' -a '-release -repeat -layout'
complete -c riverctl -x -n '__fish_seen_subcommand_from unmap' -a '-release'
complete -c riverctl -x -n '__fish_seen_subcommand_from attach-mode' -a 'top bottom'
-complete -c riverctl -x -n '__fish_seen_subcommand_from focus-follows-cursor' -a 'disabled normal'
+complete -c riverctl -x -n '__fish_seen_subcommand_from focus-follows-cursor' -a 'disabled normal always'
complete -c riverctl -x -n '__fish_seen_subcommand_from set-cursor-warp' -a 'disabled on-output-change'
# Subcommands for 'input'