From e35c147cd5b8fcd363b7ecc495292733b25d96f5 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 17 Sep 2022 11:26:45 +0200 Subject: river: refactor keyboard groups implementation This reduces the impact of keyboard groups on the Keyboard.zig implementation and otherwise improves consistency with patterns used elsewhere in rivers code. There are also two small changes to the riverctl interface: - keyboard-group-add-keyboard is renamed to keyboard-group-add - keyboard-group-remove is added to support removing keyboards from a group. --- completions/bash/riverctl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'completions/bash') diff --git a/completions/bash/riverctl b/completions/bash/riverctl index c0b0bbd..9793b6f 100644 --- a/completions/bash/riverctl +++ b/completions/bash/riverctl @@ -5,7 +5,8 @@ function __riverctl_completion () OPTS=" \ keyboard-group-create \ keyboard-group-destroy \ - keyboard-group-add-keyboard \ + keyboard-group-add \ + keyboard-group-remove \ csd-filter-add \ exit \ float-filter-add \ -- cgit v1.2.3