bspwm/common.h
2012-09-21 17:39:22 +02:00

8 lines
139 B
C

#ifndef _COMMON_H
#define _COMMON_H
#define SOCKET_ENV_VAR "BSPWM_SOCKET"
#define EMPTY_RESPONSE ""
#define TOKEN_SEP " "
#endif