From 6305161e7c1601a9c94984bd2d817b62f5180f8e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 6 Apr 2024 16:28:52 +0100 Subject: [PATCH] Add floating rule for thunar file progress window --- home/hyprland/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 4a46dff8..68d4c0a2 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -227,6 +227,11 @@ "center, title:Library,class:firefox" "pin, title:Picture-in-Picture,class:firefox" + # Thunar extra windows + "float, title:File Operation Progress,class:thunar" + "size 800 600, title:File Operation Progress,class:thunar" + "center, title:File Operation Progress,class:thunar" + # LibreOffice "nofullscreenrequest, class:(libreoffice|soffice)(.*)" "nomaximizerequest, class:(libreoffice|soffice)(.*)"