From 0b142bd16baab2dba9e01444892032d05c179c2a Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Tue, 27 Jun 2023 02:11:13 +0200 Subject: river: add tags rule --- completions/bash/riverctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'completions/bash/riverctl') 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" ;; -- cgit v1.2.3