sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
Log | Files | Refs | README | LICENSE

commit 32d89aa4b57aed8c28f2166409b9127e968c8644
parent f013d17561d264172bb7ed120bfd9faa4e5db3a2
Author: bwright1558 <bwright1558@gmail.com>
Date:   Fri, 20 Sep 2013 10:18:30 -0500

Include locales.h header to fix 'Couldn't retrieve keysym' message

Diffstat:
Mparse.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/parse.c b/parse.c @@ -2,6 +2,7 @@ #include <string.h> #include <inttypes.h> #include <ctype.h> +#include "locales.h" #include "parse.h" keysym_dict_t nks_dict[] = {/*{{{*/