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.

17 lines
405 B

2 years ago
# swhkd
2 years ago
**S**imple **W**ayland **H**ot**K**ey **D**aemon
2 years ago
# NOTE
This project isn't complete yet, compiling it will lead to a unsuable binary which just prints out the valid input devices.
# Compiling:
+ `git clone https://github.com/shinyzenith/swhkd`
+ `git checkout rust-rewrite`
+ `make setup`
+ `make clean`
+ `make` for a musl compile.
+ `make glibc` for a glibc compile.
+ `sudo make install`