Skip to content

Commit

Permalink
README: add section on touch-screen goodies
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Nov 15, 2024
1 parent fa3c888 commit 865719e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 865719e

Please sign in to comment.