river: add focus-previous-tags command
This commit is contained in:
committed by
Isaac Freund
parent
604cf98047
commit
28fc8792d7
@ -25,6 +25,7 @@ function __riverctl_completion ()
|
||||
set-layout-value \
|
||||
mod-layout-value \
|
||||
set-focused-tags \
|
||||
focus-previous-tags \
|
||||
set-view-tags \
|
||||
toggle-focused-tags \
|
||||
toggle-view-tags \
|
||||
|
@ -64,6 +64,7 @@ complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a set-view-
|
||||
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a toggle-focused-tags -d 'Toggle visibility of views with tags corresponding to the set bits of tags'
|
||||
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a toggle-view-tags -d 'Toggle the tags of the currently focused view'
|
||||
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a spawn-tagmask -d 'Set a tagmask to filter the tags assigned to newly spawned views on the focused output'
|
||||
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a focus-previous-tags -d 'Sets tags to their previous value on the focused output'
|
||||
# Mappings
|
||||
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a declare-mode -d 'Create a new mode'
|
||||
complete -c riverctl -x -n '__fish_riverctl_complete_no_subcommand' -a enter-mode -d 'Switch to given mode if it exists'
|
||||
|
@ -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'
|
||||
|
Reference in New Issue
Block a user