This commit is contained in:
Andrea Ciceri 2025-01-10 20:43:25 +01:00
parent 12f1800aed
commit 66fd1c3066
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -280,24 +280,24 @@ window-rule {
} }
window-rule { window-rule {
geometry-corner-radius 4 geometry-corner-radius 4
clip-to-geometry true clip-to-geometry true
} }
window-rule { window-rule {
match app-id=r#"^spotify$"# match app-id=r#"^spotify$"#
open-maximized true open-maximized true
open-on-workspace "spotify" open-on-workspace "spotify"
} }
window-rule { window-rule {
match app-id=r#"^Slack$"# match app-id=r#"^Slack$"#
open-maximized true open-maximized true
} }
window-rule { window-rule {
match app-id=r#"^Element"# match app-id=r#"^Element"#
open-maximized true open-maximized true
} }