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.)