config etc working on bindings and kanata
This commit is contained in:
parent
55b21eb33f
commit
3dad064b3d
4 changed files with 40 additions and 43 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue