hypr-dotfiles/hypr/hosts/Chester.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

11 lines
365 B
Lua

-- Host-specific overrides: Chester (laptop, 2880x1800 internal display)
-- Loaded automatically by hyprland.lua via hostname detection.
-- Keeps the internal panel at 1.5x scaling (virtual 1920x1200).
-- Laptop internal display — explicit & stable
hl.monitor({
output = "eDP-1",
mode = "2880x1800@60",
position = "0x0",
scale = 1.5,
})