]> git.lizzy.rs Git - bspwm.git/blobdiff - common.h
Keep the real wm name on the supporting window
[bspwm.git] / common.h
index 0d9fe8e3bcd3c6c62227c4e00ab461a8ab2fbce5..f20fa6be3d32fa94368313aeefe3e4b5960d8dcb 100644 (file)
--- a/common.h
+++ b/common.h
@@ -3,6 +3,6 @@
 
 #define DEFAULT_SOCKET_PATH  "/tmp/bspwm-socket"
 #define SOCKET_ENV_VAR       "BSPWM_SOCKET"
-#define TOKEN_SEP            " "
+#define MESSAGE_FAILURE      '\x18'
 
 #endif