diff --git a/home/profiles/programs/desktop/sway/default.nix b/home/profiles/programs/desktop/sway/default.nix index d400cb6..3e607c8 100644 --- a/home/profiles/programs/desktop/sway/default.nix +++ b/home/profiles/programs/desktop/sway/default.nix @@ -72,6 +72,13 @@ window = { titlebar = false; }; + floating.criteria = [ + { + app_id = "org.keepassxc.KeePassXC"; + title = "^KeePassXC - "; # should only match popups + } + ]; + menu = "${lib.getExe pkgs.fuzzel}"; keybindings = let mod = config.wayland.windowManager.sway.config.modifier;