Merge branch 'master' into 'master'

Add documentation about compositors

See merge request World/Phosh/squeekboard!473
This commit is contained in:
dcz
2021-08-20 11:03:29 +00:00

View File

@ -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
----------