niri: fix window rules

This commit is contained in:
Adam Gausmann 2026-03-29 17:59:12 -05:00
parent 2447eab575
commit 6aeade204c

View file

@ -252,14 +252,12 @@ window-rule {
// Force STM32CubeProgrammer dialogs floating
window-rule {
match app-id="com.st.app.Main"
match title="Message"
match app-id="com.st.app.Main" title="Message"
open-floating true
}
window-rule {
match app-id="steam"
match title=r#"notificationtoasts_.*"#
match app-id="steam" title=r#"notificationtoasts_.*"#
open-floating true
default-floating-position x=0 y=0 relative-to="bottom-right"
focus-ring {