From 4def2c96e7bba399afdb0b3fc6a0f68590c2a8fb Mon Sep 17 00:00:00 2001 From: Dan MacLeod Date: Thu, 3 Jul 2025 11:45:59 +0930 Subject: [PATCH] add intune to niri floating rule --- niri/config.kdl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/niri/config.kdl b/niri/config.kdl index 6bf5e85..0cdd6cc 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -336,6 +336,8 @@ window-rule { match app-id=r#"zen$"# title="^Extension:" match app-id=r#"com.nextcloud.desktopclient.nextcloud$"# match app-id=r#"mako"# + match app-id="org.gnome.Nautilus" title="Open Folder" + match app-id="Intune-portal" open-floating true } @@ -362,11 +364,6 @@ window-rule { default-column-width { proportion 0.25; } } -window-rule { - // Nautilus open file window - match app-id="org.gnome.Nautilus" title="Open Folder" - open-floating true -} // Example: block out two password managers from screen capture. // (This example rule is commented out with a "/-" in front.)