From 2e6e19348a0e64ffdda3f8917199b55185c365e7 Mon Sep 17 00:00:00 2001 From: Jeena Date: Mon, 24 Aug 2026 09:42:39 +0900 Subject: [PATCH] fix(hosts): set Chester display scaling to 1.5 Keeps the 2880x1800 internal panel at a comfortable virtual 1920x1200. --- hypr/hosts/Chester.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hosts/Chester.lua b/hypr/hosts/Chester.lua index 4d5976c..ef3c042 100644 --- a/hypr/hosts/Chester.lua +++ b/hypr/hosts/Chester.lua @@ -7,7 +7,7 @@ hl.monitor({ output = "eDP-1", mode = "2880x1800@60", position = "0x0", - scale = 2, + scale = 1.5, }) return {}