mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
8 lines
141 B
C
8 lines
141 B
C
#ifndef _COMMON_H
|
|
#define _COMMON_H
|
|
|
|
#define SOCK_PATH "BSPWM_SOCKET"
|
|
#define EMPTY_RESPONSE "\n"
|
|
#define TOKEN_SEP " "
|
|
|
|
#endif
|