2025-03-27 01:54:57 +01:00
|
|
|
{...}: {
|
|
|
|
programs.niri.settings = {
|
|
|
|
layer-rules = [
|
|
|
|
{
|
|
|
|
matches = [
|
|
|
|
{namespace = "notifications";}
|
|
|
|
];
|
|
|
|
block-out-from = "screen-capture";
|
|
|
|
}
|
|
|
|
];
|
|
|
|
window-rules = [
|
|
|
|
{
|
|
|
|
matches = [
|
|
|
|
{app-id = "^signal|Element|org\.gnome\.Evolution$";}
|
2025-03-28 15:05:48 +01:00
|
|
|
{title = "^.*(Discord|Beispiel Screenshare block Bug|Bitwarden|Träwelling).*$";}
|
|
|
|
];
|
|
|
|
excludes = [
|
|
|
|
{title = "^.*(Schrottkatze|Statistics|Leaderboard) - Träwelling.*$";}
|
2025-03-27 01:54:57 +01:00
|
|
|
];
|
|
|
|
block-out-from = "screen-capture";
|
|
|
|
}
|
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|