From 85c746a06d954697533d6c69149ccb0396406106 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Tue, 17 Feb 2026 13:52:31 -0600 Subject: [PATCH] niri: force STM32CubeProgrammer dialogs to float --- templates/.config/niri/config.kdl.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/.config/niri/config.kdl.j2 b/templates/.config/niri/config.kdl.j2 index 79f9876..ccaac02 100644 --- a/templates/.config/niri/config.kdl.j2 +++ b/templates/.config/niri/config.kdl.j2 @@ -247,6 +247,13 @@ window-rule { open-floating true } +// Force STM32CubeProgrammer dialogs floating +window-rule { + match app-id="com.st.app.Main" + match title="Message" + open-floating true +} + // Example: block out two password managers from screen capture. // (This example rule is commented out with a "/-" in front.) /-window-rule {