9 lines
180 B
C++
9 lines
180 B
C++
#ifndef MACROS_H
|
|
#define MACROS_H
|
|
|
|
#define HYPRCTL_BINARY "/usr/bin/hyprctl"
|
|
#define NULL_PATH "/dev/null"
|
|
#define ECHO_PATH "/usr/bin/echo"
|
|
#define CAT_PATH "/usr/bin/cat"
|
|
|
|
#endif |