From 0efe69f5e9d74cf476bc579aacc4d2e7ec943006 Mon Sep 17 00:00:00 2001 From: "thomas g. lopes" Date: Tue, 10 Mar 2026 10:31:38 +0000 Subject: [PATCH] fix handy window rule --- niri/files/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niri/files/config.kdl b/niri/files/config.kdl index a1da104..eca1af1 100644 --- a/niri/files/config.kdl +++ b/niri/files/config.kdl @@ -197,7 +197,7 @@ window-rule { // Handy overlay: don't focus it and remove niri decorations. window-rule { - match app-id=r#"(?i)^handy$"# + match app-id=r#"(?i)^handy$"# title="Recording" open-floating true open-focused false default-floating-position x=120 y=-160 relative-to="bottom"