From b85ed8691afb362721ea94757879b834c4156bae Mon Sep 17 00:00:00 2001 From: PetLucy Date: Tue, 12 May 2026 15:23:17 -0500 Subject: [PATCH] Fix monitor scale type Changes the default monitor scale value from `"1"` to `1`. This fixes the typo in the default monitor configuration. --- dots/.config/hypr/hyprland/general.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/hypr/hyprland/general.lua b/dots/.config/hypr/hyprland/general.lua index fab1e5d2b..b6764a8bb 100644 --- a/dots/.config/hypr/hyprland/general.lua +++ b/dots/.config/hypr/hyprland/general.lua @@ -3,7 +3,7 @@ hl.monitor({ output = "", mode = "preferred", position = "auto", - scale = "1" + scale = 1 }) hl.gesture({