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; };