hypr-dotfiles/hypr/hosts/Chester.lua
Jeena e9f65e1675 chore(hypr): remove legacy .conf configs now that Lua is active
Hyprland loads hyprland.lua (not hyprland.conf) when present, so the
hyprlang configs are dead weight. Delete the Hyprland .conf files and
their gitignored host .conf counterparts, leaving only hypridle.conf and
hyprlock.conf (used by separate tools that still use hyprlang).
2026-08-24 10:15:06 +09:00

13 lines
376 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,
})
return {}