diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-19 23:46:58 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-19 23:46:58 +0100 |
commit | 6ca2c17b96d2ac4e1e2c61edbb3313065cb46c02 (patch) | |
tree | 06de1e228e1e9bad2a58f70b39242cd2ffebffbd | |
parent | c6f510ae5e54e527f72174b4bbb19296581f85f0 (diff) | |
download | nixos-6ca2c17b96d2ac4e1e2c61edbb3313065cb46c02.tar nixos-6ca2c17b96d2ac4e1e2c61edbb3313065cb46c02.tar.gz nixos-6ca2c17b96d2ac4e1e2c61edbb3313065cb46c02.tar.bz2 nixos-6ca2c17b96d2ac4e1e2c61edbb3313065cb46c02.tar.xz nixos-6ca2c17b96d2ac4e1e2c61edbb3313065cb46c02.zip |
...
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index a774e483..3eae8198 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -264,6 +264,10 @@ in { | |||
264 | } | 264 | } |
265 | { | 265 | { |
266 | matches = [ { app-id = "^org\.keepassxc\.KeePassXC$"; } ]; | 266 | matches = [ { app-id = "^org\.keepassxc\.KeePassXC$"; } ]; |
267 | block-out-from = "screencast"; | ||
268 | } | ||
269 | { | ||
270 | matches = [ { app-id = "^org\.keepassxc\.KeePassXC$"; } ]; | ||
267 | excludes = [ | 271 | excludes = [ |
268 | { title = "^Unlock Database.*"; } | 272 | { title = "^Unlock Database.*"; } |
269 | { title = "^Access Request.*"; } | 273 | { title = "^Access Request.*"; } |
@@ -326,6 +330,14 @@ in { | |||
326 | # open-on-workspace = "mon"; | 330 | # open-on-workspace = "mon"; |
327 | # } | 331 | # } |
328 | ]; | 332 | ]; |
333 | layer-rules = [ | ||
334 | { matches = [ | ||
335 | { namespace = "^notifications$"; } | ||
336 | { namespace = "^waybar$"; } | ||
337 | ]; | ||
338 | block-out-from = "screencast"; | ||
339 | } | ||
340 | ]; | ||
329 | 341 | ||
330 | binds = with config.lib.niri.actions; { | 342 | binds = with config.lib.niri.actions; { |
331 | "Mod+Slash".action = show-hotkey-overlay; | 343 | "Mod+Slash".action = show-hotkey-overlay; |