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 // Force STM32CubeProgrammer dialogs floating
window-rule { window-rule {
match app-id="com.st.app.Main" match app-id="com.st.app.Main" title="Message"
match title="Message"
open-floating true open-floating true
} }
window-rule { window-rule {
match app-id="steam" match app-id="steam" title=r#"notificationtoasts_.*"#
match title=r#"notificationtoasts_.*"#
open-floating true open-floating true
default-floating-position x=0 y=0 relative-to="bottom-right" default-floating-position x=0 y=0 relative-to="bottom-right"
focus-ring { focus-ring {