aboutsummaryrefslogtreecommitdiff
path: root/completions/fish
diff options
context:
space:
mode:
authorLeon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de>2023-07-08 06:30:27 +0200
committerLeon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de>2023-07-09 23:20:06 +0200
commitb35d779122eeb2a31a8300e407191f12bb883e8c (patch)
tree85383f4d22b4480015ab014f3bff683caa39e650 /completions/fish
parent5ce2ca1bc0411b43e94e8a1dfdf3a90a5dc7fd20 (diff)
downloadriver-b35d779122eeb2a31a8300e407191f12bb883e8c.tar.gz
river-b35d779122eeb2a31a8300e407191f12bb883e8c.tar.xz
river: focus-view and swap by spatial direction
Diffstat (limited to 'completions/fish')
-rw-r--r--completions/fish/riverctl.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/fish/riverctl.fish b/completions/fish/riverctl.fish
index 05829d0..065d439 100644
--- a/completions/fish/riverctl.fish
+++ b/completions/fish/riverctl.fish
@@ -72,12 +72,12 @@ complete -c riverctl -x -n '__fish_riverctl_complete_arg 1' -a 'keyboard-layout'
# Subcommands
complete -c riverctl -x -n '__fish_seen_subcommand_from focus-output' -a 'next previous'
-complete -c riverctl -x -n '__fish_seen_subcommand_from focus-view' -a 'next previous'
+complete -c riverctl -x -n '__fish_seen_subcommand_from focus-view' -a 'next previous up down left right'
complete -c riverctl -x -n '__fish_seen_subcommand_from move' -a 'up down left right'
complete -c riverctl -x -n '__fish_seen_subcommand_from resize' -a 'horizontal vertical'
complete -c riverctl -x -n '__fish_seen_subcommand_from snap' -a 'up down left right'
complete -c riverctl -x -n '__fish_seen_subcommand_from send-to-output' -a 'next previous'
-complete -c riverctl -x -n '__fish_seen_subcommand_from swap' -a 'next previous'
+complete -c riverctl -x -n '__fish_seen_subcommand_from swap' -a 'next previous up down left right'
complete -c riverctl -x -n '__fish_seen_subcommand_from map' -a '-release -repeat -layout'
complete -c riverctl -x -n '__fish_seen_subcommand_from unmap' -a '-release'
complete -c riverctl -x -n '__fish_seen_subcommand_from attach-mode' -a 'top bottom'