diff options
Diffstat (limited to 'src/usercfg.h')
-rw-r--r-- | src/usercfg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usercfg.h b/src/usercfg.h index 111ae03..24ba909 100644 --- a/src/usercfg.h +++ b/src/usercfg.h @@ -4,7 +4,8 @@ #include <X11/keysym.h> #include "defs.h" -#define MOD ALT +#define MOD ALT +#define BORDERWIDTH 2 static const char *termcmd[] = {"st", NULL}; |