]> git.lizzy.rs Git - bspwm.git/blob - common.h
More informative output for 'list*' messages
[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
7 #endif