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.

407 B

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