mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-01-15 16:43:06 +01:00
12 lines
429 B
Text
12 lines
429 B
Text
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"
|
|
}
|