add intune to niri floating rule

This commit is contained in:
Dan MacLeod
2025-07-03 11:45:59 +09:30
parent bfe91a5a67
commit 4def2c96e7

View File

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