hypr-dotfiles/hypr/hosts/Chester.lua
Jeena 2e6e19348a fix(hosts): set Chester display scaling to 1.5
Keeps the 2880x1800 internal panel at a comfortable virtual 1920x1200.
2026-08-24 10:11:22 +09:00

13 lines
385 B
Lua

-- Host-specific overrides: Chester (laptop, 2880x1800 internal display)
-- Converted from hosts/William.conf (which the .conf path used via the
-- host.conf symlink) — keeps the internal panel at 2x scaling.
-- Laptop internal display — explicit & stable
hl.monitor({
output = "eDP-1",
mode = "2880x1800@60",
position = "0x0",
scale = 1.5,
})
return {}