mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
7 lines
113 B
C
7 lines
113 B
C
#ifndef _COMMON_H
|
|
#define _COMMON_H
|
|
|
|
#define SOCK_PATH "BSPWM_SOCKET"
|
|
#define EMPTY_RESPONSE "\n"
|
|
|
|
#endif
|