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/bash/riverctl | |
| parent | a98de941d04e8ca9304ba2f7336790dc1283634f (diff) | |
| download | river-0b142bd16baab2dba9e01444892032d05c179c2a.tar.gz river-0b142bd16baab2dba9e01444892032d05c179c2a.tar.xz | |
river: add tags rule
Diffstat (limited to 'completions/bash/riverctl')
| -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 d1de796..f3325d3 100644 --- a/completions/bash/riverctl +++ b/completions/bash/riverctl @@ -62,8 +62,8 @@ function __riverctl_completion () "focus-output"|"focus-view"|"send-to-output"|"swap") OPTS="next previous" ;; "move"|"snap") OPTS="up down left right" ;; "resize") OPTS="horizontal vertical" ;; - "rule-add"|"rule-del") OPTS="float no-float ssd csd" ;; - "list-rules") OPTS="float ssd" ;; + "rule-add"|"rule-del") OPTS="float no-float ssd csd tag" ;; + "list-rules") OPTS="float ssd tag" ;; "map") OPTS="-release -repeat -layout" ;; "unmap") OPTS="-release" ;; "attach-mode") OPTS="top bottom" ;; |
