refine window rules

This commit is contained in:
cy 2025-01-19 12:46:46 -05:00
parent 02c356ec51
commit 5b163a2721

View file

@ -46,7 +46,11 @@ in
window-rules = [ window-rules = [
{ {
matches = [{ app-id = "anki"; title = "Add"; }]; matches = [
{ app-id = "anki"; title = "Add"; }
{ app-id = "mpv"; }
{ app-id = "Bitwarden"; }
];
open-floating = true; open-floating = true;
} }
{ {
@ -54,16 +58,15 @@ in
default-column-width.proportion = .25; default-column-width.proportion = .25;
} }
{ {
matches = [{ app-id = "foot"; }]; matches = [
{ app-id = "foot"; }
{ app-id = "anki"; title = "^Browse"; }
];
default-column-width.proportion = .5; default-column-width.proportion = .5;
} }
{ {
matches = [{ app-id = "Bitwarden"; }]; matches = [{ app-id = "librewolf"; }];
open-floating = true; default-column-width.proportion = .75;
}
{
matches = [{ app-id = "mpv"; }];
open-floating = true;
} }
]; ];
}; };