AutoYADM commit: 2025-02-26 16:10:22

This commit is contained in:
Daniel Fichtinger 2025-02-26 16:10:22 -05:00
parent 36a325acc1
commit fd5f24d68f

View file

@ -197,7 +197,9 @@ window-rule {
} }
window-rule { window-rule {
match app-id="thunderbird$" match app-id="thunderbird$"
default-column-width { proportion 0.75; } default-column-width {
proportion 0.75
}
} }
window-rule { window-rule {
match app-id="vesktop$" match app-id="vesktop$"
@ -207,6 +209,9 @@ window-rule {
} }
window-rule { window-rule {
match app-id="firefox$" match app-id="firefox$"
default-column-width {
proportion 0.66667
}
clip-to-geometry true clip-to-geometry true
} }
// Open the Firefox picture-in-picture player as floating by default. // Open the Firefox picture-in-picture player as floating by default.