HotKey Daemon, simple hotkey daemon that woks using the evdev interface
Go to file
Alessandro Mauri 3ffa960ae7 changed names
key_buffer_compare_ordered -> key_buffer_compare
key_buffer_compare_random  -> key_buffer_compare_fuzzy
2020-07-18 16:05:07 +02:00
tests modified configuration file and parser 2020-06-09 20:47:25 +02:00
.gitignore removed unused files 2020-06-09 17:54:58 +02:00
hkd.c changed names 2020-07-18 16:05:07 +02:00
makefile made std c99 compliant 2020-05-27 14:50:57 +02:00
README.md removed bsd compatibility 2020-05-12 22:54:15 +02:00
template.conf modified configuration file and parser 2020-06-09 20:47:25 +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