refine window rules
This commit is contained in:
parent
02c356ec51
commit
5b163a2721
1 changed files with 11 additions and 8 deletions
|
@ -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;
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue