From b35d779122eeb2a31a8300e407191f12bb883e8c Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Sat, 8 Jul 2023 06:30:27 +0200 Subject: river: focus-view and swap by spatial direction --- completions/zsh/_riverctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'completions/zsh') diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index e874c78..2c3c418 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -170,13 +170,13 @@ _riverctl() args) case "$words[1]" in focus-output) _alternative 'arguments:args:(next previous)' ;; - focus-view) _alternative 'arguments:args:(next previous)' ;; + focus-view) _alternative 'arguments:args:(next previous up down left right)' ;; input) _riverctl_input ;; move) _alternative 'arguments:args:(up down left right)' ;; resize) _alternative 'arguments:args:(horizontal vertical)' ;; snap) _alternative 'arguments:args:(up down left right)' ;; send-to-output) _alternative 'arguments:args:(next previous)' ;; - swap) _alternative 'arguments:args:(next previous)' ;; + swap) _alternative 'arguments:args:(next previous up down left right)' ;; map) _alternative 'arguments:optional:(-release -repeat -layout)' ;; unmap) _alternative 'arguments:optional:(-release)' ;; attach-mode) _alternative 'arguments:args:(top bottom)' ;; -- cgit v1.2.3