diff options
Diffstat (limited to 'src/usercfg.h')
-rw-r--r-- | src/usercfg.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usercfg.h b/src/usercfg.h index 24ba909..ea39c8e 100644 --- a/src/usercfg.h +++ b/src/usercfg.h @@ -4,11 +4,13 @@ #include <X11/keysym.h> #include "defs.h" -#define MOD ALT -#define BORDERWIDTH 2 +#define BORDER_WIDTH 2 +#define BORDER_FOC_COL "#00FF00" +#define BORDER_UFOC_COL "#FF0000" static const char *termcmd[] = {"st", NULL}; +#define MOD ALT static const Binding binds[] = { BIND(MOD, Return, termcmd), CALL(MOD|SHIFT, q, quit), |