river: add tags rule

This commit is contained in:
Leon Henrik Plickat
2023-06-27 02:11:13 +02:00
parent a98de941d0
commit 0b142bd16b
7 changed files with 54 additions and 13 deletions

View File

@ -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" ;;