nix-configs/modules/desktop/home/niri/kdl/privacy.kdl
2026-03-28 17:34:02 +01:00

13 lines
498 B
KDL

layer-rule {
match namespace="notifications"
block-out-from "screen-capture"
}
window-rule {
match app-id="^signal|Element|org.gnome.Evolution$"
match title="^.*(Discord|Beispiel Screenshare block Bug|Bitwarden|Träwelling).*$"
match app-id="steam" title="^notificationtoasts_[\\d]+_desktop$"
exclude title="^.*((Schrottkatze|Statistics|Leaderboard) - Träwelling|chaos.social|Nekoverse|catgirl.cloud).*$"
exclude is-floating=true
block-out-from "screen-capture"
}