A simple touch gesture recognizer for Linux, built on top of the input crate. This project is a temporary solution to enable touch gestures for my touch device on Niri.
- Multi finger touch support
- Recognize basic touch gestures (e.g., swipes).
- Configurable gesture callbacks.
- Build the project:
cargo build --release
- Run the binary:
./target/release/roland
See config.example.toml for a detailed example configuration.