fix(hosts): set Chester display scaling to 1.5

Keeps the 2880x1800 internal panel at a comfortable virtual 1920x1200.
This commit is contained in:
Jeena 2026-08-24 09:42:39 +09:00
parent b4fa650685
commit 2e6e19348a

View file

@ -7,7 +7,7 @@ hl.monitor({
output = "eDP-1",
mode = "2880x1800@60",
position = "0x0",
scale = 2,
scale = 1.5,
})
return {}