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.

13 lines
275 B

# swhkd
**S**imple **W**ayland **H**ot**K**ey **D**aemon
# Compiling:
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`