HotKey Daemon, simple hotkey daemon that woks using the evdev interface
Go to file
Alessandro Mauri 514407015e install, uninstall and version
modified makefile to be abled to install and uninstall, also installing puts
the correct version in the man page.
All credits go to suckless :^)
2020-07-28 13:30:20 +02:00
tests modified parser to suit new config format 2020-07-25 17:51:00 +02:00
.gitignore added man page for hkd 2020-07-28 13:05:02 +02:00
hkd.1 install, uninstall and version 2020-07-28 13:30:20 +02:00
hkd.c entering version 0.1 2020-07-28 01:14:37 +02:00
makefile install, uninstall and version 2020-07-28 13:30:20 +02:00
README.md removed bsd compatibility 2020-05-12 22:54:15 +02:00
template.conf finally decided the config style 2020-07-19 16:35:21 +02:00

hkd: hotkey deamon

hkd allows to define system-wide hotkeys, independently of graphical environment, this means, that hotkeys will work in x11 waylnad and even tty, as long as the actions specified can run you are good to go.

Compatibility

hkd only works in linux as it uses the linux-specific epoll and inotify apis

Compiling

hkd doesn't require any libraries and has no dependency other than a standard C library, musl should work.
run make to compile, make clean to remove the mess and make debug to compile a debug binary to use with gdb.

Similar projects

triggerhappy