keepassxc window rule
This commit is contained in:
parent
63f117f9b3
commit
3181bca81c
1 changed files with 7 additions and 0 deletions
|
@ -72,6 +72,13 @@
|
||||||
window = {
|
window = {
|
||||||
titlebar = false;
|
titlebar = false;
|
||||||
};
|
};
|
||||||
|
floating.criteria = [
|
||||||
|
{
|
||||||
|
app_id = "org.keepassxc.KeePassXC";
|
||||||
|
title = "^KeePassXC - "; # should only match popups
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
menu = "${lib.getExe pkgs.fuzzel}";
|
menu = "${lib.getExe pkgs.fuzzel}";
|
||||||
keybindings = let
|
keybindings = let
|
||||||
mod = config.wayland.windowManager.sway.config.modifier;
|
mod = config.wayland.windowManager.sway.config.modifier;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue