aboutsummaryrefslogtreecommitdiff
path: root/completions/bash/riverctl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/bash/riverctl')
-rw-r--r--completions/bash/riverctl3
1 files changed, 2 insertions, 1 deletions
diff --git a/completions/bash/riverctl b/completions/bash/riverctl
index b5fb34b..3475386 100644
--- a/completions/bash/riverctl
+++ b/completions/bash/riverctl
@@ -51,7 +51,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" ;;
- "map"|"unmap") OPTS="-release" ;;
+ "map") OPTS="-release -repeat" ;;
+ "unmap") OPTS="-release" ;;
"attach-mode") OPTS="top bottom" ;;
"focus-follows-cursor") OPTS="disabled normal" ;;
"set-cursor-warp") OPTS="disabled on-output-change" ;;