From acb090fbf53723e5c9f33b45a067ae07951e2b2e Mon Sep 17 00:00:00 2001 From: rope Date: Sat, 25 Jul 2026 08:45:07 +0100 Subject: [PATCH] hyprland: revert macbook blur disable (didn't help latency) --- settings/hyprland.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 709e7c9..399d8e5 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -117,9 +117,7 @@ in decoration = { rounding = 8; blur = { - # Haswell iGPU can't afford 3-pass blur every frame — the - # blown frame budget shows up as pointer/input latency. - enabled = !isMacbook; + enabled = true; size = 1; passes = 3; };