Files
hyprland-toggle-tiling/include/Macros.hpp

10 lines
154 B
C++
Raw Normal View History

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