Pi66

pind
Simple Rust hotkey daemon.
git clone https://git.pi66.xyz/pind

Cargo.toml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
[package]
name = "pind"
version = "1.0.0"
edition = "2024"

[dependencies]
evdev = {path = "libs/evdev", features = ["uinput"] } 

[[bin]]
name = "pindd"
path = "src/main.rs"