From 01f49bbbc14212c66405a504e3e9c4026ddbefe1 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Tue, 30 Aug 2022 15:26:35 +0200 Subject: river: add keyboard groups --- completions/zsh/_riverctl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'completions/zsh/_riverctl') 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' -- cgit v1.2.3