aboutsummaryrefslogtreecommitdiff
path: root/completions/fish
diff options
context:
space:
mode:
authorIsaac Freund <mail@isaacfreund.com>2021-10-31 22:32:59 +0100
committerIsaac Freund <mail@isaacfreund.com>2021-10-31 22:32:59 +0100
commit8757644b2a53dd976113ce5ee69c967f8a014f67 (patch)
treef90e624385ede64b0ae875a845983b42d4e81df9 /completions/fish
parent8134b81283295ab8c339326cb992fce0be460be1 (diff)
downloadriver-8757644b2a53dd976113ce5ee69c967f8a014f67.tar.gz
river-8757644b2a53dd976113ce5ee69c967f8a014f67.tar.xz
docs: standardize on "layout generator"
This is likely more clear than "layout client" to most users.
Diffstat (limited to 'completions/fish')
-rw-r--r--completions/fish/riverctl.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/fish/riverctl.fish b/completions/fish/riverctl.fish
index cd76675..53da6e9 100644
--- a/completions/fish/riverctl.fish
+++ b/completions/fish/riverctl.fish
@@ -56,7 +56,7 @@ complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a toggle-fu
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a zoom -d 'Bump the focused view to the top of the layout stack'
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a default-layout -d 'Set the layout namespace to be used by all outputs by default.'
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a output-layout -d 'Set the layout namespace of currently focused output.'
-complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a send-layout-cmd -d 'Send command to the layout client on the currently focused output with the given namespace'
+complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a send-layout-cmd -d 'Send command to the layout generator on the currently focused output with the given namespace'
# Tag managements
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a set-focused-tags -d 'Show views with tags corresponding to the set bits of tags'
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a set-view-tags -d 'Assign the currently focused view the tags corresponding to the set bits of tags'