niri: float the Thunar file-operation progress dialog

The progress window for copy/move/delete operations is small and
transient — floating it stops it from taking over a column.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-02 10:49:55 -07:00
parent 370b4aa096
commit 07388423a8
+6
View File
@@ -148,3 +148,9 @@ window-rule {
off
}
}
// Thunar file-operation progress dialog
window-rule {
match app-id="^thunar$" title="^File Operation Progress$"
open-floating true
}