From 6ca2c17b96d2ac4e1e2c61edbb3313065cb46c02 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 19 Jan 2025 23:46:58 +0100 Subject: ... --- accounts/gkleen@sif/niri/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'accounts/gkleen@sif/niri') 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 @@ -262,6 +262,10 @@ in { matches = [ { app-id = "^\.blueman-manager-wrapped$"; } ]; open-on-workspace = "bmgr"; } + { + matches = [ { app-id = "^org\.keepassxc\.KeePassXC$"; } ]; + block-out-from = "screencast"; + } { matches = [ { app-id = "^org\.keepassxc\.KeePassXC$"; } ]; excludes = [ @@ -326,6 +330,14 @@ in { # open-on-workspace = "mon"; # } ]; + layer-rules = [ + { matches = [ + { namespace = "^notifications$"; } + { namespace = "^waybar$"; } + ]; + block-out-from = "screencast"; + } + ]; binds = with config.lib.niri.actions; { "Mod+Slash".action = show-hotkey-overlay; -- cgit v1.2.3