]> git.lizzy.rs Git - bspwm.git/blob - common.h
Don't resize: send a configure notify event
[bspwm.git] / common.h
1 #ifndef _COMMON_H
2 #define _COMMON_H
3
4 #define DEFAULT_SOCKET_PATH  "/tmp/bspwm-socket"
5 #define SOCKET_ENV_VAR       "BSPWM_SOCKET"
6 #define EMPTY_RESPONSE       ""
7 #define TOKEN_SEP            " "
8
9 #endif