From faccd32316df8512c77b9576c1b99c2ed23887a1 Mon Sep 17 00:00:00 2001 From: PhilProg Date: Fri, 20 Aug 2021 11:03:29 +0000 Subject: [PATCH] Add documentation about compositors --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index fb601e54..7ae4f690 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,17 @@ To make the keyboard show you can use either an application that does so automat busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true ``` +### What the compositor has to support + +A compatible compositor has to support the protocols: + +- layer-shell +- virtual-keyboard-v1 + +It's strongly recommended to support: + +- input-method-v2 + Developing ----------