pind Simple Rust hotkey daemon. git clone https://git.pi66.xyz/pind
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"