From 6aeade204c524f440e0613ac7a7d8c3b168839a2 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Sun, 29 Mar 2026 17:59:12 -0500 Subject: [PATCH] niri: fix window rules --- templates/.config/niri/config.kdl.j2 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/.config/niri/config.kdl.j2 b/templates/.config/niri/config.kdl.j2 index f0300f3..5ed6cfd 100644 --- a/templates/.config/niri/config.kdl.j2 +++ b/templates/.config/niri/config.kdl.j2 @@ -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 {