hypr-dotfiles/hypr/hosts
Jeena 06de4dcb8a hypr: make the per-host config lookup case-insensitive
The hosts files were written capitalized (Rutherford.lua, Chester.lua)
but the require uses the hostname exactly as `hostname` prints it —
lowercase — so on a case-sensitive filesystem the lookup missed and
pcall silently swallowed it. The per-host monitor overrides therefore
never loaded on either machine. Normalize the hostname to lowercase
and name the files in lowercase so any casing matches.
2026-09-18 05:45:44 +09:00
..
chester.lua hypr: make the per-host config lookup case-insensitive 2026-09-18 05:45:44 +09:00
example.lua chore(hosts): drop redundant return {} from host lua files 2026-08-24 10:15:06 +09:00
rutherford.lua hypr: make the per-host config lookup case-insensitive 2026-09-18 05:45:44 +09:00