Config file path is now user-specified

This commit is contained in:
2025-06-11 12:15:47 +02:00
parent b400cb539f
commit dc06bd2da1
4 changed files with 44 additions and 19 deletions

View File

@@ -1,9 +1,6 @@
#ifndef MACROS_H
#define MACROS_H
#define HYPRLAND_CONF_DIR ".config/hypr/"
#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"