Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
protocol: improve toplevel summaries
protocol/river-input-management-v1.xml | 2 +-
protocol/river-xkb-config-v1.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/protocol/river-input-management-v1.xml b/protocol/river-input-management-v1.xml
index e7cc777..81f707c 100644
--- a/protocol/river-input-management-v1.xml
+++ b/protocol/river-input-management-v1.xml
@@ -23,7 +23,7 @@
IN THE SOFTWARE.
</copyright>
- <description summary="configure input devices">
+ <description summary="manage seats and input devices">
This protocol supports creating/destroying seats, assigning input devices to
seats, and configuring input devices (e.g. setting keyboard repeat rate).
diff --git a/protocol/river-xkb-config-v1.xml b/protocol/river-xkb-config-v1.xml
index d44d141..eb57b91 100644
--- a/protocol/river-xkb-config-v1.xml
+++ b/protocol/river-xkb-config-v1.xml
@@ -23,7 +23,7 @@
IN THE SOFTWARE.
</copyright>
- <description summary="configure xkbcommon keyboard state">
+ <description summary="configure xkbcommon keyboards">
This protocol allow a client to set the xkbcommon keymap of individual
keyboard input devices. It also allows switching between the layouts of a
keymap and toggling capslock/numlock state.