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.
This commit is contained in:
parent
6365e1d122
commit
d0cfa59fb0
2 changed files with 0 additions and 4 deletions
|
|
@ -9,5 +9,3 @@ hl.monitor({
|
||||||
position = "0x0",
|
position = "0x0",
|
||||||
scale = 1.5,
|
scale = 1.5,
|
||||||
})
|
})
|
||||||
|
|
||||||
return {}
|
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,3 @@
|
||||||
--
|
--
|
||||||
-- To add your own machine, copy this to hosts/<your-hostname>.lua and fill it
|
-- 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").
|
-- in. The hostname lookup strips any domain suffix (e.g. "laptop.home" -> "laptop").
|
||||||
|
|
||||||
return {}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue