diff options
| author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2023-06-27 02:11:13 +0200 |
|---|---|---|
| committer | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2023-06-28 15:38:32 +0200 |
| commit | 0b142bd16baab2dba9e01444892032d05c179c2a (patch) | |
| tree | 7ad091faf6be125ab155515c3170d5bbe98c4590 /completions/fish | |
| parent | a98de941d04e8ca9304ba2f7336790dc1283634f (diff) | |
| download | river-0b142bd16baab2dba9e01444892032d05c179c2a.tar.gz river-0b142bd16baab2dba9e01444892032d05c179c2a.tar.xz | |
river: add tags rule
Diffstat (limited to 'completions/fish')
| -rw-r--r-- | completions/fish/riverctl.fish | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/fish/riverctl.fish b/completions/fish/riverctl.fish index a207156..05829d0 100644 --- a/completions/fish/riverctl.fish +++ b/completions/fish/riverctl.fish @@ -83,9 +83,9 @@ complete -c riverctl -x -n '__fish_seen_subcommand_from unmap' -a 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 always' complete -c riverctl -x -n '__fish_seen_subcommand_from set-cursor-warp' -a 'disabled on-output-change on-focus-change' -complete -c riverctl -x -n '__fish_seen_subcommand_from rule-add' -a 'float no-float ssd csd' -complete -c riverctl -x -n '__fish_seen_subcommand_from rule-del' -a 'float no-float ssd csd' -complete -c riverctl -x -n '__fish_seen_subcommand_from list-rules' -a 'float ssd' +complete -c riverctl -x -n '__fish_seen_subcommand_from rule-add' -a 'float no-float ssd csd tag' +complete -c riverctl -x -n '__fish_seen_subcommand_from rule-del' -a 'float no-float ssd csd tag' +complete -c riverctl -x -n '__fish_seen_subcommand_from list-rules' -a 'float ssd tag' # Subcommands for 'input' complete -c riverctl -x -n '__fish_seen_subcommand_from input; and __fish_riverctl_complete_arg 2' -a "(__riverctl_list_input_devices)" |
