Files
2026-07-16 16:15:10 +02:00

64 lines
1.3 KiB
KDL

window-rule {
geometry-corner-radius 12
clip-to-geometry true
}
window-rule {
match app-id=r#"librewolf$"# title="^Picture-in-Picture$"
open-floating true
default-column-width { fixed 800; }
default-window-height { fixed 400; }
}
window-rule {
match app-id="librewolf"
open-on-workspace "1"
open-maximized true
}
window-rule {
match app-id="Mullvad Browser"
open-maximized true
}
window-rule {
match app-id="Mullvad VPN"
open-floating true
}
window-rule {
match app-id="com.saivert.pwvucontrol"
open-floating true
default-column-width { fixed 800; }
default-window-height { fixed 400; }
default-floating-position x=50 y=50
}
window-rule {
match title="overskride"
open-floating true
default-column-width { fixed 800; }
default-window-height { fixed 800; }
default-floating-position x=1050 y=50
}
window-rule {
match app-id="org.gnome.Nautilus"
open-floating true
default-column-width { fixed 1000; }
default-window-height { fixed 800; }
}
window-rule {
match app-id="org.gnome.eog"
open-floating true
default-column-width { fixed 1000; }
default-window-height { fixed 800; }
}
window-rule {
match is-floating=true
default-column-width { fixed 800; }
default-window-height { fixed 400; }
}