-- example.lua — TEMPLATE for a per-host config file (NOT loaded at runtime). -- -- Hyprland's Lua config only loads hosts/.lua matching the current -- machine's hostname. If none matches, hyprland.lua simply uses its defaults. -- This file is never required; it exists purely as a documented template. -- -- To add your own machine, copy this to hosts/.lua and fill it -- in. The hostname lookup strips any domain suffix (e.g. "laptop.home" -> "laptop").