diff options
Diffstat (limited to 'completions/zsh')
| -rw-r--r-- | completions/zsh/_riverctl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index ed2662d..3250b50 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -55,6 +55,10 @@ _riverctl_subcommands() 'set-repeat:Set the keyboard repeat rate and repeat delay' 'set-cursor-warp:Set the cursor warp mode.' 'xcursor-theme:Set the xcursor theme' + # Keyboard groups + 'keyboard-group-create:Create a keyboard group' + 'keyboard-group-destroy:Destroy a keyboard group' + 'keyboard-group-add-keyboard:Add a keyboard to a keyboard group' # Input 'input:Configure input devices' 'list-inputs:List all input devices' |
