8 Commits

Author SHA1 Message Date
d6b8e129d7 live reload config file with SIGUSR1 2020-09-22 12:43:48 +02:00
8ad875b311 added -h flag 2020-09-22 12:20:44 +02:00
699ddd057c added the dump option
useful for debugging, if the dump option is set hkd prints the hotkey list
2020-09-15 18:12:50 +02:00
1ba688f975 bump to version 0.2
- better recognition of invalid config files
- general polish of error messages
- hkd follows the rule of silence
- when using -v the correct key names are shown
- commands in config files can be multiline (using \\n)
2020-08-01 14:48:22 +02:00
d110948129 closing #2: made the program silent
turned off the "error" messages by default and using the -v flag to turn
them back on as they are not useful for normal use, also now those messages
are printed to stdout
2020-07-29 20:37:59 +02:00
472daace31 added -c option
-c is used to override the default config files and instead use the speocified
one
2020-07-28 20:19:52 +02:00
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
c011888c5f added man page for hkd 2020-07-28 13:05:02 +02:00