diff options
Diffstat (limited to 'completions/bash/riverctl')
| -rw-r--r-- | completions/bash/riverctl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/completions/bash/riverctl b/completions/bash/riverctl index f3325d3..f3d8674 100644 --- a/completions/bash/riverctl +++ b/completions/bash/riverctl @@ -59,7 +59,8 @@ function __riverctl_completion () elif [ "${COMP_CWORD}" -eq 2 ] then case "${COMP_WORDS[1]}" in - "focus-output"|"focus-view"|"send-to-output"|"swap") OPTS="next previous" ;; + "focus-output"|"send-to-output") OPTS="next previous" ;; + "focus-view"|"swap") OPTS="next previous up down left right" ;; "move"|"snap") OPTS="up down left right" ;; "resize") OPTS="horizontal vertical" ;; "rule-add"|"rule-del") OPTS="float no-float ssd csd tag" ;; |
