aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh/_riverctl
diff options
context:
space:
mode:
authorskuzzymiglet <skuzzymiglet@gmail.com>2021-04-20 18:56:31 +0100
committerIsaac Freund <ifreund@ifreund.xyz>2021-04-21 16:47:27 +0200
commit967b274c01da671364ed50237db61b032c398c38 (patch)
treee3e97853fcac643d75759aca663c889f977adb6b /completions/zsh/_riverctl
parent924a4707b73d275c71e44aac0e0a0cf37e4d7ea5 (diff)
downloadriver-967b274c01da671364ed50237db61b032c398c38.tar.gz
river-967b274c01da671364ed50237db61b032c398c38.tar.xz
completions: Remove completions for removed subcommand "layout"
Diffstat (limited to 'completions/zsh/_riverctl')
-rw-r--r--completions/zsh/_riverctl2
1 files changed, 0 insertions, 2 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl
index 23a706b..1623c6d 100644
--- a/completions/zsh/_riverctl
+++ b/completions/zsh/_riverctl
@@ -20,7 +20,6 @@ _riverctl() {
'float-filter-add:Add app-id to the float filter list'
'focus-output:Focus the next or previous output'
'focus-view:Focus the next or previous view in the stack'
- 'layout:Provide a command which river will use for generating the layout of non-floating windows'
'mod-main-count:Increase or decrease the number of "main" views'
'mod-main-factor:Increase or decrease the "main factor"'
'move:Move the focused view in the specified direction'
@@ -78,7 +77,6 @@ _riverctl() {
case "$words[1]" in
focus-output) _next_prev ;;
focus-view) _next_prev ;;
- layout) _alternative 'arguments:optional:(full)' ;;
move) _orientations ;;
resize) _hor_ver ;;
snap) _orientations ;;