summaryrefslogtreecommitdiff
path: root/src/usercfg.h
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-15 11:43:58 +0100
committeruint23 <[email protected]>2025-04-15 11:43:58 +0100
commit7cada56e7c6330b1f7fa9f811dc1a1ef5638aa13 (patch)
tree5f1ec9928f24b702096c64508da8d8569450f026 /src/usercfg.h
parentea8c0e5bdce00cc27d22c6c128d6e9a306ef2175 (diff)
proper mapping handling
Diffstat (limited to 'src/usercfg.h')
-rw-r--r--src/usercfg.h3
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};