suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ea2dca5..4d938e4 100644
--- a/README.md
+++ b/README.md
@@ -13,15 +13,15 @@ Each line of input is treated as TSV.
You'll need the following developer packages
- - pangocairo
+ - cairo
+ - pango
- wayland-client
- - xkbcommon
Make any customizations you would like in `config.h` and run `make`
## Usage
-The keyboard can be hidden by sending it a `SIGUSR1` signal and shown again by sending it `SIGUSR2`. This saves some
+The keyboard can be hidden by sending it a `SIGUSR1` signal, shown again by sending it `SIGUSR2`, or toggled by sending it `SIGRTMIN`. This saves some
start up time and may be appropriate in some low-resource environments.
## Contribute