nixos-config/home/afoucaultc/packages/niri/conf/layer-rules.nix
2026-08-07 20:04:22 +02:00

13 lines
266 B
Nix

{ ... }:
{
programs.niri.settings.layer-rules = [
{
matches = [ { namespace = "^notifications$"; } ];
block-out-from = "screen-capture";
}
{
matches = [ { namespace = "^waybar$"; } ];
place-within-backdrop = false;
}
];
}