add more shit to privacy.nix

This commit is contained in:
Schrottkatze 2025-03-28 15:05:48 +01:00
commit 9e9ed12969
No known key found for this signature in database

View file

@ -12,7 +12,10 @@
{ {
matches = [ matches = [
{app-id = "^signal|Element|org\.gnome\.Evolution$";} {app-id = "^signal|Element|org\.gnome\.Evolution$";}
{title = "^.*(Discord|Beispiel Screenshare block Bug).*$";} {title = "^.*(Discord|Beispiel Screenshare block Bug|Bitwarden|Träwelling).*$";}
];
excludes = [
{title = "^.*(Schrottkatze|Statistics|Leaderboard) - Träwelling.*$";}
]; ];
block-out-from = "screen-capture"; block-out-from = "screen-capture";
} }