hypr-dotfiles/hypr/hosts/example.lua
Jeena d0cfa59fb0 chore(hosts): drop redundant return {} from host lua files
require() only needs the module's side effects; the returned value is
ignored by hyprland.lua. Chester.lua and example.lua now match
Rutherford.lua in ending after their config statements.
2026-08-24 10:15:06 +09:00

8 lines
483 B
Lua

-- example.lua — TEMPLATE for a per-host config file (NOT loaded at runtime).
--
-- Hyprland's Lua config only loads hosts/<hostname>.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/<your-hostname>.lua and fill it
-- in. The hostname lookup strips any domain suffix (e.g. "laptop.home" -> "laptop").