river: focus-view and swap by spatial direction
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user