update: init cursor config

This commit is contained in:
2026-05-29 17:02:59 -04:00
parent 4e66b474aa
commit 37fef5cbd4
3 changed files with 30 additions and 0 deletions
+5
View File
@@ -5,3 +5,8 @@ if not CONFIG_HOME then
end
HYPR = CONFIG_HOME .. "/hypr"
USER_CONFIG = HYPR .. "/lua/user"
DATA_HOME = os.getenv("XDG_DATA_HOME")
if not DATA_HOME then
DATA_HOME = HOME .. "/.local/share"
end