diff options
| author | novakane <mail@novakane.xyz> | 2021-07-15 15:35:56 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-07-20 10:48:48 +0200 |
| commit | 22251fa7edffc1e888c9bc59d5992e95151ef254 (patch) | |
| tree | 3d8fcd6ed3a2c94eb6fc0326e8007ecf40b6acff /completions/zsh | |
| parent | 2635f3299a77a89f4c09ec36c4110b21db0ea09f (diff) | |
| download | river-22251fa7edffc1e888c9bc59d5992e95151ef254.tar.gz river-22251fa7edffc1e888c9bc59d5992e95151ef254.tar.xz | |
completions: Update for river-layout-v3
Diffstat (limited to 'completions/zsh')
| -rw-r--r-- | completions/zsh/_riverctl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index 625964b..1b3f8d0 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -25,8 +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.' - 'set-layout-value:Set the value with name _name_ of the layout on the focused output with matching namespace.' - 'mod-layout-value:Modify the value with name _name_ of the layout on the focused output with matching namespace.' + 'send-layout-cmd:Send command to the layout client 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' |
