suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# suggpicker
## A bar to complement your virtual keyboard

Like if bemenu and fbp had a baby.

This is derived from wvkbd.

## Interface

Each line of input is treated as TSV.

## Install

You'll need the following developer packages

 - pangocairo
 - 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
start up time and may be appropriate in some low-resource environments.

## Contribute

use git send-email

## Related projects

* [swipeGuess](https://git.sr.ht/~earboxer/swipeGuess) - Word-completion for swipe-typing