mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
7 lines
138 B
C
7 lines
138 B
C
#ifndef _COMMON_H
|
|
#define _COMMON_H
|
|
|
|
#define DEFAULT_SOCKET_PATH "/tmp/bspwm-socket"
|
|
#define SOCKET_ENV_VAR "BSPWM_SOCKET"
|
|
|
|
#endif
|