Commit Graph
2 Commits
Author SHA1 Message Date
haylan f8ad3ee62c Update README for confd rename 2026-07-07 23:26:43 +02:00
haylan cb96dd6159 Fix machine-generated Hyprland config never loading
Lua's require() treats dots in the module string as directory
separators, so pcall(require, "conf.d.autostart") resolved to
conf/d/autostart.lua instead of the real conf.d/autostart.lua. The
failure was silently swallowed by pcall, so autostart/locale/nvidia/
terminal configs never took effect on any machine using this repo.
Renamed the generated directory to confd (no dot) and updated the
require calls to match.
2026-07-07 23:26:21 +02:00