aboutsummaryrefslogtreecommitdiff
path: root/completions/fish
diff options
context:
space:
mode:
authorDoclic <doclic@tutanota.com>2023-10-19 12:58:11 +0200
committerDoclic <doclic@tutanota.com>2023-10-19 12:58:11 +0200
commitbf4154007d7a418571f3d8f09835a351590e3b42 (patch)
tree8e2110948ab444f9a3c037e2ed23ec97a2ceb813 /completions/fish
parent206bb2e713a2acc560dfd9a6f04c2961d62fac7e (diff)
downloadriver-bf4154007d7a418571f3d8f09835a351590e3b42.tar.gz
river-bf4154007d7a418571f3d8f09835a351590e3b42.tar.xz
river: add outputs rule
Diffstat (limited to 'completions/fish')
-rw-r--r--completions/fish/riverctl.fish6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/fish/riverctl.fish b/completions/fish/riverctl.fish
index 065d439..cbddafb 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 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'
+complete -c riverctl -x -n '__fish_seen_subcommand_from rule-add' -a 'float no-float ssd csd tag output'
+complete -c riverctl -x -n '__fish_seen_subcommand_from rule-del' -a 'float no-float ssd csd tag output'
+complete -c riverctl -x -n '__fish_seen_subcommand_from list-rules' -a 'float ssd tag output'
# Subcommands for 'input'
complete -c riverctl -x -n '__fish_seen_subcommand_from input; and __fish_riverctl_complete_arg 2' -a "(__riverctl_list_input_devices)"