From 07388423a8726159b0daa57f901c64127c1e4a51 Mon Sep 17 00:00:00 2001 From: funman300 Date: Sat, 2 May 2026 10:49:55 -0700 Subject: [PATCH] niri: float the Thunar file-operation progress dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- niri/config.kdl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/niri/config.kdl b/niri/config.kdl index 8b81e78..567dd0a 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -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 +}