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