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.

16 lines
407 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:
2 years ago
1) Clone this repo.
2) Install rustup using your package manager of choice.
3) `make setup`
4) `make clean`
5)
1) `make` for a musl compile.
2) `make glibc` for a glibc compile.
6) `sudo make install`