config etc working on bindings and kanata

This commit is contained in:
Matt Nish-Lapidus 2025-05-20 18:25:42 -04:00
parent 55b21eb33f
commit 3dad064b3d
4 changed files with 40 additions and 43 deletions

View file

@ -186,6 +186,8 @@ in
{ app-id = "Configure Krita"; }
{ app-id = "Create new document Krita"; }
{ app-id = "polkit-kde-authentication-agent-1"; }
{ app-id = "Zoom Workdplace"; title = ".*menu.*"; }
{ app-id = "r#\"librewolf$\"# title=\"^Picture-in-Picture$\""; }
];
open-floating = true;
}
@ -214,15 +216,6 @@ in
};
}
{
# Open the Firefox picture-in-picture player as floating by default.
# This app-id regular expression will work for both:
# host Firefox (app-id is "firefox")
# Flatpak Firefox (app-id is "org.mozilla.firefox")
matches = [ { app-id = "r#\"librewolf$\"# title=\"^Picture-in-Picture$\""; } ];
open-floating = true;
}
{
matches = [
{ app-id = "Renoise"; }
@ -253,6 +246,9 @@ in
softness = 10;
spread = 8;
};
min-width = 250;
min-height = 250;
open-focused = true;
}
];