diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index 2eb34083..dc5eec6d 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -21,7 +21,8 @@ settings = { layerrule = [ "blur, waybar" - "blur, mako" + "blur, notifications" + "ignorezero, notifications" "blur, rofi" ]; xwayland.force_zero_scaling = true;