From 4b5fb05b98505b059e92bb8020ebffee77dc094b Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 19 Jun 2026 00:30:50 +0200 Subject: [PATCH] testing 1.125 scaling --- modules/monitors.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitors.lua b/modules/monitors.lua index 30137ad..1f583af 100644 --- a/modules/monitors.lua +++ b/modules/monitors.lua @@ -2,7 +2,7 @@ hl.monitor({ output = "eDP-1", mode = "2880x1800@120", position = "0x0", - scale = 1, + scale = 1.125, bitdepth = 10, cm = "hdr", }) @@ -14,5 +14,5 @@ hl.monitor({ scale = 1.5, bitdepth = 10, cm = "srgb", - mirror = "eDP-1" + mirror = "eDP-1", })