From 28fc8792d7929a6cd273b0ee78137097dc1e245a Mon Sep 17 00:00:00 2001 From: Viktor Nagy Date: Wed, 7 Jul 2021 08:51:00 +0200 Subject: river: add focus-previous-tags command --- completions/zsh/_riverctl | 1 + 1 file changed, 1 insertion(+) (limited to 'completions/zsh') diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index a39aa0e..e7fdaa2 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -33,6 +33,7 @@ _riverctl_subcommands() 'toggle-focused-tags:Toggle visibility of views with tags corresponding to the set bits of tags' 'toggle-view-tags:Toggle the tags of the currently focused view' 'spawn-tagmask:Set a tagmask to filter the tags assigned to newly spawned views on the focused output' + 'focus-previous-tags:Sets tags to their previous value on the focused output' # Mappings 'declare-mode:Create a new mode' 'enter-mode:Switch to given mode if it exists' -- cgit v1.2.3