diff options
| author | Isaac Freund <mail@isaacfreund.com> | 2021-10-31 22:32:59 +0100 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2021-10-31 22:32:59 +0100 |
| commit | 8757644b2a53dd976113ce5ee69c967f8a014f67 (patch) | |
| tree | f90e624385ede64b0ae875a845983b42d4e81df9 /completions/zsh/_riverctl | |
| parent | 8134b81283295ab8c339326cb992fce0be460be1 (diff) | |
| download | river-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/zsh/_riverctl')
| -rw-r--r-- | completions/zsh/_riverctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index 74f3ea8..c413644 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -25,7 +25,7 @@ _riverctl_subcommands() 'zoom:Bump the focused view to the top of the layout stack' 'default-layout:Set the layout namespace to be used by all outputs by default.' 'output-layout:Set the layout namespace of currently focused output.' - 'send-layout-cmd:Send command to the layout client on the currently focused output with matching namespace' + 'send-layout-cmd:Send command to the layout generator on the currently focused output with matching namespace' # Tag management 'set-focused-tags:Show views with tags corresponding to the set bits of tags' 'set-view-tags:Assign the currently focused view the tags corresponding to the set bits of tags' |
