summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorBrandon Doornbos <b.doornbos@protonmail.com>2022-06-13 20:33:28 +0200
committerZach DeCook <zachdecook@librem.one>2024-01-12 17:16:03 -0500
commit8e6949d8a667852f38c14038cd87feb1ffb440a2 (patch)
tree3c4913a8d3c93860cccea4ba3d0406190d4c7dba /README.md
parent9ffa0cf890e03334a36bf29c1fe6d0af8c665eae (diff)
downloadsuggpicker-8e6949d8a667852f38c14038cd87feb1ffb440a2.tar.gz
Add documentation for using the real-time signal
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index f9e4254..4d938e4 100644
--- a/README.md
+++ b/README.md
@@ -13,14 +13,15 @@ Each line of input is treated as TSV.
 
 You'll need the following developer packages
 
- - pangocairo
+ - cairo
+ - pango
  - wayland-client
 
 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