HotKey Daemon, simple hotkey daemon that woks using the evdev interface
Go to file
Alessandro Mauri 58c01fb9d1 generalized die()
using fprintf() instead of fputs() to allow string concatenation, die() 
now requires a error message which can be NULL and a error message which 
will be passed to strerror(), this ensures that errno is fresh when we 
use it
2020-04-23 19:25:16 +02:00
tests added test folder 2020-04-20 15:42:32 +02:00
.gitignore ignoring make products 2020-04-18 14:01:26 +02:00
macrod.c generalized die() 2020-04-23 19:25:16 +02:00
makefile created makefile 2020-04-18 14:01:53 +02:00
README.md first working prototype 2020-04-13 23:29:21 +02:00