add more shit to privacy.nix

This commit is contained in:
Schrottkatze 2025-03-28 15:05:48 +01:00
parent 01e6551935
commit 9e9ed12969
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

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";
} }