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.
 
 
Shinyzenith 70e94f7c6a
[Update] bug report flag updated
3 years ago
.github/ISSUE_TEMPLATE [Update] bug report flag updated 3 years ago
bin [Update] bug report flag updated 3 years ago
src [feature] config file path detection with xdg base directory variables 3 years ago
.gitignore Check all event devices for KEY_ENTER presence. 3 years ago
Cargo.lock logging added, permission checks added, basic error handling 3 years ago
Cargo.toml [feature] config file path detection with xdg base directory variables 3 years ago
LICENSE move to permissive BSD 2-Clause "Simplified" License 3 years ago
Makefile [refactor] Remove rm from Makefile on make clean 3 years ago
README.md [refactor] Makefile & build instructions updated 3 years ago

README.md

swhkd

Simple Wayland HotKey Daemon

Compiling:

  1. Clone this repo.
  2. Install rustup using your package manager of choice.
  3. make setup
  4. make clean
    1. make for a musl compile.
    2. make glibc for a glibc compile.
  5. sudo make install