From f5ab3abe7648dcc5e09c65533199af5f5facb1b7 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 16 Apr 2025 13:51:20 +0200 Subject: [PATCH] Floating rule --- hmModules/niri/config.kdl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hmModules/niri/config.kdl b/hmModules/niri/config.kdl index a7baef7..eecbd3b 100644 --- a/hmModules/niri/config.kdl +++ b/hmModules/niri/config.kdl @@ -335,6 +335,11 @@ window-rule { open-focused true } +window-rule { + match title=r#"^Authentication Required"# + open-floating true + open-focused true +}