From 865719eeb6a8519f6e145ed7c5aa7ed1e32bebb5 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Fri, 15 Nov 2024 14:51:57 +0100 Subject: [PATCH] README: add section on touch-screen goodies --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 0e2eaa5..f67909c 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,26 @@ plugin { } ``` +# Other touch screen goodies + +Touch screen related tools I liked. + +On-screen keyboards: + +- [squeekboard](https://gitlab.gnome.org/World/Phosh/squeekboard): has auto show/hide but doesn't + work well with IME (fcitx/IBus etc.) +- [wvkbd](https://github.com/jjsullivan5196/wvkbd): relatively simple keyboard but still has most + important features. +- [fcitx-virtual-keyboard-adapter](https://github.com/horriblename/fcitx-virtualkeyboard-adapter): + NOT a keyboard but an fcitx addon that auto show/hides any on-screen keyboard. + +Miscellanaeious: + +- [iio-hyprland](https://github.com/JeanSchoeller/iio-hyprland/): auto screen rotation +- [Hyprspace](https://github.com/KZDKM/Hyprspace): an overview plugin for hyprland +- [nwg-drawer](https://github.com/nwg-piotr/nwg-drawer): app drawer. Surprisingly, there's not a + lot of those + # Acknowledgements Special thanks to wayfire for the awesome [wf-touch](https://github.com/WayfireWM/wf-touch) library!