keepassxc window rule

This commit is contained in:
xunuwu 2025-01-21 16:37:59 +01:00
parent 63f117f9b3
commit 3181bca81c
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -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;