blob: 1190aeb7ffb3026ca1a30c2962a75c527c42ccaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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).*$"
exclude title="^.*((Schrottkatze|Statistics|Leaderboard) - Träwelling|chaos.social|Nekoverse|catgirl.cloud).*$"
exclude is-floating=true
block-out-from "screen-capture"
}
|