From e80b883a47d0a2fe3d42f42d1eb56969728ea162 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 26 Apr 2021 21:03:28 +0200 Subject: river-layout: update to v2 This implements the changes to the river-layout protocol proposed in the previous commit removing river-options. --- completions/zsh/_riverctl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'completions/zsh') diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index feac372..1e0f60c 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -31,6 +31,8 @@ _riverctl() { '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.' # 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' -- cgit v1.2.3