bspwm/common.h

9 lines
174 B
C
Raw Normal View History

2012-08-18 11:18:19 +02:00
#ifndef _COMMON_H
#define _COMMON_H
2012-09-24 11:00:35 +02:00
#define DEFAULT_SOCKET_PATH "/tmp/bspwm-socket"
#define SOCKET_ENV_VAR "BSPWM_SOCKET"
#define MESSAGE_FAILURE '\x18'
2012-08-18 11:18:19 +02:00
#endif