You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
445 B

3 years ago
# swhkd
Simple Wayland HotKey Daemon
This project is still very new and I'm making new decisions everyday as to where I should drive this project.
I'm using libevdev which technically makes swhkd display protocol indepdent, but we'll need to put that to the test before claiming anything.
Currently I have only been able to achieve the grabbing of input evdev, I don't know how I will process chains of keybinds, but we'll get to that soon.