From 879046ef83920e8b78e283c2b9bb3e37214315b4 Mon Sep 17 00:00:00 2001 From: novakane Date: Thu, 29 Jul 2021 18:57:55 +0200 Subject: completions: Remove strict in focus-follows-cursor --- completions/fish/riverctl.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completions/fish/riverctl.fish') diff --git a/completions/fish/riverctl.fish b/completions/fish/riverctl.fish index ed74da0..3609e57 100644 --- a/completions/fish/riverctl.fish +++ b/completions/fish/riverctl.fish @@ -93,7 +93,7 @@ complete -c riverctl -x -n '__fish_seen_subcommand_from swap' -a complete -c riverctl -x -n '__fish_seen_subcommand_from map' -a '-release' 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 strict' +complete -c riverctl -x -n '__fish_seen_subcommand_from focus-follows-cursor' -a 'disabled normal' complete -c riverctl -x -n '__fish_seen_subcommand_from set-cursor-warp' -a 'disabled on-output-change' # Subcommands for 'input' -- cgit v1.2.3