2025-06-10 16:44:44 +02:00
|
|
|
#ifndef MACROS_H
|
|
|
|
|
#define MACROS_H
|
|
|
|
|
|
2026-04-10 15:49:26 +02:00
|
|
|
#define HYPRCTL_BINARY "hyprctl"
|
2025-06-10 16:44:44 +02:00
|
|
|
#define NULL_PATH "/dev/null"
|
2026-04-10 15:49:26 +02:00
|
|
|
#define ECHO_PATH "echo"
|
|
|
|
|
#define CAT_PATH "cat"
|
2025-06-10 16:44:44 +02:00
|
|
|
|
2026-04-10 15:49:26 +02:00
|
|
|
#endif
|