diff options
Diffstat (limited to 'completions/bash')
| -rw-r--r-- | completions/bash/riverctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/bash/riverctl b/completions/bash/riverctl index b39cf26..881946f 100644 --- a/completions/bash/riverctl +++ b/completions/bash/riverctl @@ -56,7 +56,7 @@ 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") OPTS="-release -repeat" ;; + "map") OPTS="-release -repeat -layout" ;; "unmap") OPTS="-release" ;; "attach-mode") OPTS="top bottom" ;; "focus-follows-cursor") OPTS="disabled normal" ;; |
