From 05c2e85c6277fcb56732633433e18360fb25c291 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 7 Apr 2026 13:54:57 +0200 Subject: excluded dunst from border, ruonded corners and shadow --- home/rices/nord-blue/picom.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'home/rices/nord-blue/picom.nix') diff --git a/home/rices/nord-blue/picom.nix b/home/rices/nord-blue/picom.nix index 06cf94a..aba6aa4 100644 --- a/home/rices/nord-blue/picom.nix +++ b/home/rices/nord-blue/picom.nix @@ -27,8 +27,11 @@ "class_g = 'i3-frame'" "window_type = 'dock'" "window_type = 'desktop'" + "window_type = 'notification'" "name = 'dmenu'" "class_g = 'dmenu'" + "class_g = 'Dunst'" + "class_g = 'dunst'" ]; # Rounded corners @@ -37,6 +40,9 @@ rounded-corners-exclude = [ "class_g = 'i3-frame'" "window_type = 'dock'" + "window_type = 'notification'" + "class_g = 'Dunst'" + "class_g = 'dunst'" ]; # Animations -- cgit v1.2.3