summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index 1e59e50..1815147 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -27,6 +27,8 @@
#define CALL(mod, key, fnptr) {(mod), XK_##key, {.fn = fnptr}, True}
#define CMD(name, ...) const char *name[] = {__VA_ARGS__, NULL}
+#define PATH_MAX 4096
+
/* workspaces */
#define TYPE_FUNC 2
#define TYPE_WS_CHANGE 0