add niri
This commit is contained in:
parent
9be597750d
commit
00ca4baa74
41 changed files with 795 additions and 113 deletions
13
home/afoucaultc/packages/niri/conf/layer-rules.nix
Normal file
13
home/afoucaultc/packages/niri/conf/layer-rules.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.niri.settings.layer-rules = [
|
||||
{
|
||||
matches = [ { namespace = "^notifications$"; } ];
|
||||
block-out-from = "screen-capture";
|
||||
}
|
||||
{
|
||||
matches = [ { namespace = "^waybar$"; } ];
|
||||
place-within-backdrop = false;
|
||||
}
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue