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 = [
|
2025-03-30 23:58:38 +02:00
|
|
|
{title = "^.*((Schrottkatze|Statistics|Leaderboard) - Träwelling|chaos.social|Nekoverse|catgirl.cloud).*$";}
|
|
|
|
{is-floating = true;}
|
2025-03-27 01:54:57 +01:00
|
|
|
];
|
|
|
|
block-out-from = "screen-capture";
|
|
|
|
}
|
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|