bspwm/common.h

9 lines
139 B
C
Raw Normal View History

2012-08-18 11:18:19 +02:00
#ifndef _COMMON_H
#define _COMMON_H
2012-08-02 22:37:20 +02:00
#define SOCK_PATH "BSPWM_SOCKET"
#define EMPTY_RESPONSE ""
2012-08-29 12:45:44 +02:00
#define TOKEN_SEP " "
2012-08-18 11:18:19 +02:00
#endif