From ada3a877ab622c6050e052958178f9e265237e92 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 16 Apr 2024 21:50:50 +0900 Subject: [PATCH] Update --- home-manager/common/desktops/hyprland/components/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;