fix notifications

This commit is contained in:
2026-02-20 12:24:36 +00:00
parent c11502c864
commit 28b6e89f62

View File

@@ -212,9 +212,9 @@ window-rule {
// Block out sensitive components from screencasts // Block out sensitive components from screencasts
layer-rule { layer-rule {
match namespace="^dms:clipboard$" match namespace="^dms:clipboard$"
match namespace="^dms:notification$" match namespace="^dms:notification"
block-out-from "screencast" block-out-from "screen-capture"
} }
window-rule { window-rule {