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 ff32941e82
move to permissive BSD 2-Clause "Simplified" License
2 years ago
.github/ISSUE_TEMPLATE issue report template 2 years ago
src logging added, permission checks added, basic error handling 2 years ago
.gitignore Check all event devices for KEY_ENTER presence. 2 years ago
Cargo.lock logging added, permission checks added, basic error handling 2 years ago
Cargo.toml logging added, permission checks added, basic error handling 2 years ago
LICENSE move to permissive BSD 2-Clause "Simplified" License 2 years ago
Makefile add tokio as dependency for event scheduling 2 years ago
README.md add tokio as dependency for event scheduling 2 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
    1. make for a musl compile.
    2. make glibc for a glibc compile.
  4. sudo make install