diff options
| author | Doclic <doclic@tutanota.com> | 2023-10-19 12:58:11 +0200 |
|---|---|---|
| committer | Doclic <doclic@tutanota.com> | 2023-10-19 12:58:11 +0200 |
| commit | bf4154007d7a418571f3d8f09835a351590e3b42 (patch) | |
| tree | 8e2110948ab444f9a3c037e2ed23ec97a2ceb813 /completions/bash | |
| parent | 206bb2e713a2acc560dfd9a6f04c2961d62fac7e (diff) | |
| download | river-bf4154007d7a418571f3d8f09835a351590e3b42.tar.gz river-bf4154007d7a418571f3d8f09835a351590e3b42.tar.xz | |
river: add outputs rule
Diffstat (limited to 'completions/bash')
| -rw-r--r-- | completions/bash/riverctl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/bash/riverctl b/completions/bash/riverctl index 395c6f2..d964e7b 100644 --- a/completions/bash/riverctl +++ b/completions/bash/riverctl @@ -1,6 +1,6 @@ function __riverctl_completion () { - local rule_actions="float no-float ssd csd tag" + local rule_actions="float no-float ssd csd tag output" if [ "${COMP_CWORD}" -eq 1 ] then OPTS=" \ @@ -65,7 +65,7 @@ function __riverctl_completion () "move"|"snap") OPTS="up down left right" ;; "resize") OPTS="horizontal vertical" ;; "rule-add"|"rule-del") OPTS="-app-id -title $rule_actions" ;; - "list-rules") OPTS="float ssd tag" ;; + "list-rules") OPTS="float ssd tag output" ;; "map") OPTS="-release -repeat -layout" ;; "unmap") OPTS="-release" ;; "attach-mode") OPTS="top bottom" ;; |
