]> git.lizzy.rs Git - bspwm.git/blobdiff - common.h
Four hyphens is enough
[bspwm.git] / common.h
index ca962cc78cded35f43503b26751a64412124995b..1f3a06e9738a66387ebd0045555589a323a15030 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,8 +1,7 @@
 #ifndef _COMMON_H
 #define _COMMON_H
 
-#define SOCKET_ENV_VAR  "BSPWM_SOCKET"
-#define EMPTY_RESPONSE  ""
-#define TOKEN_SEP       " "
+#define DEFAULT_SOCKET_PATH  "/tmp/bspwm-socket"
+#define SOCKET_ENV_VAR       "BSPWM_SOCKET"
 
 #endif