~earboxer/suggpicker

Floating on-screen picker to complement your wayland on-screen keyboard.
event loop: exit if the wayland socket disappears
release: bump to 0.1.3
Fix crash on --hidden

refs

suggpicker
browse  log 
v0.1.4
release notes 

clone

read-only
https://git.sr.ht/~earboxer/suggpicker
read/write
git@git.sr.ht:~earboxer/suggpicker

You can also use your local clone with git send-email.

#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

  • 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, 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

use git send-email