From 28b6e89f6226633a9939dfd89711f8a1df5b4135 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Fri, 20 Feb 2026 12:24:36 +0000 Subject: [PATCH] fix notifications --- niri/files/config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/niri/files/config.kdl b/niri/files/config.kdl index 4563403..03784f4 100644 --- a/niri/files/config.kdl +++ b/niri/files/config.kdl @@ -212,9 +212,9 @@ window-rule { // Block out sensitive components from screencasts layer-rule { match namespace="^dms:clipboard$" - match namespace="^dms:notification$" + match namespace="^dms:notification" - block-out-from "screencast" + block-out-from "screen-capture" } window-rule {