bspwm/common.h
2012-09-13 13:56:53 +02:00

8 lines
139 B
C

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