]> git.lizzy.rs Git - bspwm.git/blobdiff - common.h
Don't resize: send a configure notify event
[bspwm.git] / common.h
index d700b74e37dd268d6b0f3045dcb5d5fac81901c4..12e1a92b47adbb0a75cd7ac0aa6d09e680cc274a 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,8 +1,9 @@
 #ifndef _COMMON_H
 #define _COMMON_H
 
-#define SOCK_PATH       "BSPWM_SOCKET"
-#define EMPTY_RESPONSE  ""
-#define TOKEN_SEP       " "
+#define DEFAULT_SOCKET_PATH  "/tmp/bspwm-socket"
+#define SOCKET_ENV_VAR       "BSPWM_SOCKET"
+#define EMPTY_RESPONSE       ""
+#define TOKEN_SEP            " "
 
 #endif