From 8343a741b878f95b7590912c16b4bfe3a1a6ce7e Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 23 Jun 2026 09:42:44 +0200 Subject: [PATCH] =?UTF-8?q?chore(hyprlua):=20monitors.lua=20scale=202=20?= =?UTF-8?q?=E2=86=92=202.0=20(written=20by=20monitor-manager)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- desktopenvs/hyprlua/hypr/usr/monitors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprlua/hypr/usr/monitors.lua b/desktopenvs/hyprlua/hypr/usr/monitors.lua index 40be34a..6a5ecce 100644 --- a/desktopenvs/hyprlua/hypr/usr/monitors.lua +++ b/desktopenvs/hyprlua/hypr/usr/monitors.lua @@ -3,7 +3,7 @@ hl.monitor({ output = "eDP-1", mode = "1920x1200@60", position = "0x0", - scale = 2, + scale = 2.0, transform = 0, })