10 lines
154 B
C++
10 lines
154 B
C++
#ifndef MACROS_H
|
|
#define MACROS_H
|
|
|
|
#define HYPRCTL_BINARY "hyprctl"
|
|
#define NULL_PATH "/dev/null"
|
|
#define ECHO_PATH "echo"
|
|
#define CAT_PATH "cat"
|
|
|
|
#endif
|