From 42186e169c32ead011b2763bec5a6ffc6537f7cf Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 11 Oct 2025 13:43:18 +0200 Subject: [PATCH] chore: set sakura display scaling to `1` instead of `1.5` --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 8ed7e97..2f5690a 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -66,7 +66,7 @@ "debug:disable_scale_checks" = true; monitor = if (host == "sakura") then - "eDP-1, 2256x1504@60, 0x0, 1.5" + "eDP-1, 2256x1504@60, 0x0, 1.0" else if (host == "zinnia") then "eDP-1, 1920x1080@60, 0x0, 1.0" else