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

14 lines
362 B
C
Raw Normal View History

2025-06-10 16:44:44 +02:00
#ifndef MACROS_H
#define MACROS_H
#define HYPRLAND_CONF_DIR ".config/hypr/"
2025-06-10 16:44:44 +02:00
#define FLOATING_RULE_CONF_FILE HYPRLAND_CONF_DIR "hyprland/floatbydefault.conf"
#define HYPRCTL_BINARY "/usr/bin/hyprctl"
#define NULL_PATH "/dev/null"
#define ECHO_PATH "/usr/bin/echo"
#define CAT_PATH "/usr/bin/cat"
#define FLOATING_RULE "windowrule = float, onworkspace:"
2025-06-10 16:44:44 +02:00
#endif