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.
8 lines
483 B
Lua
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").
|