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/i3.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home/rices/nord-blue/i3.nix') diff --git a/home/rices/nord-blue/i3.nix b/home/rices/nord-blue/i3.nix index b42f223..643430b 100644 --- a/home/rices/nord-blue/i3.nix +++ b/home/rices/nord-blue/i3.nix @@ -92,6 +92,10 @@ in { extraConfig = '' smart_borders on + + # Remove borders from notification windows + for_window [class="^Dunst$"] border none + for_window [class="^dunst$"] border none ''; }; -- cgit v1.2.3