mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
8 lines
139 B
C
8 lines
139 B
C
#ifndef _COMMON_H
|
|
#define _COMMON_H
|
|
|
|
#define SOCKET_ENV_VAR "BSPWM_SOCKET"
|
|
#define EMPTY_RESPONSE ""
|
|
#define TOKEN_SEP " "
|
|
|
|
#endif
|