update: init cursor config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user