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 dbad34c65f
[refactor] turn permission checks into a function main.rs
3 years ago
.github/ISSUE_TEMPLATE [Update] bug report flag updated 3 years ago
src [refactor] turn permission checks into a function main.rs 3 years ago
.gitignore [update] gitignore bin/swhkd 3 years ago
Cargo.lock [update] switch out tokio for async-std 3 years ago
Cargo.toml [refactor] turn permission checks into a function main.rs 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 [update] readme warning 3 years ago

README.md

swhkd

Simple Wayland HotKey Daemon

NOTE

This project isn't complete yet, compiling it will lead to a unsuable binary which just prints out the valid input devices.

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