add sxmo target

The SXMO (sway) environment expects that the on-screen keyboard does not
handle visibility by itself. Add a new target that ignores the program's
own show/hide requests and shows the keyboard on startup.
This commit is contained in:
Richard Acayan 2024-08-07 21:36:23 -04:00
parent cefc4ddc79
commit 32f3fee405
2 changed files with 78 additions and 0 deletions

View file

@ -29,6 +29,10 @@ bindgen = "0.69.4"
name = "ufkbd-gnome"
path = "src/ufkbd_gnome.rs"
[[bin]]
name = "ufkbd-sxmo"
path = "src/ufkbd_sxmo.rs"
[[bin]]
name = "ufkbd-wl"
path = "src/ufkbd_wl.rs"