X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=common.h;h=1f3a06e9738a66387ebd0045555589a323a15030;hb=a523700fdfa960d3e8110ecd179a4602bcebbc60;hp=ca962cc78cded35f43503b26751a64412124995b;hpb=c584da2cb84cc2eb0600bc2e9989df0121771255;p=bspwm.git diff --git a/common.h b/common.h index ca962cc..1f3a06e 100644 --- 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