Files
nixpkgs-typo/pkgs/hyprland-toggle-tiling/include/Macros.hpp

10 lines
154 B
C++
Raw Normal View History

2026-04-12 19:55:23 +02:00
#ifndef MACROS_H
#define MACROS_H
#define HYPRCTL_BINARY "hyprctl"
#define NULL_PATH "/dev/null"
#define ECHO_PATH "echo"
#define CAT_PATH "cat"
#endif