Skip to content

hftsai256/roland

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roland

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.

Features

  • Multi finger touch support
  • Recognize basic touch gestures (e.g., swipes).
  • Configurable gesture callbacks.

Usage

  1. Build the project:
    cargo build --release
  2. Run the binary:
    ./target/release/roland

Configuration

See config.example.toml for a detailed example configuration.

About

A simple touch gesture recognizer for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%