From 594a2841409fc306de843ab960f2a2c0d1c3e082 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Thu, 28 Dec 2023 09:49:05 +0100 Subject: [PATCH] hypr: Fixed thunar file operation window floating not being applied --- de/hypr/hyprland.conf.d/windowrules.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/de/hypr/hyprland.conf.d/windowrules.conf b/de/hypr/hyprland.conf.d/windowrules.conf index 93c05d0..25914d8 100644 --- a/de/hypr/hyprland.conf.d/windowrules.conf +++ b/de/hypr/hyprland.conf.d/windowrules.conf @@ -5,7 +5,6 @@ windowrule = workspace 9 silent, ^(WebCord)$ windowrule = workspace 9 silent, ^(Element)$ # Floating windows -windowrule = float, ^(File Operation Progress)$ windowrule = float, ^(connman-gtk)$ windowrulev2 = float, class:(iwgtk) @@ -14,6 +13,8 @@ windowrulev2 = float, class:(localsend_app) windowrulev2 = float, class:(cmst) +windowrulev2 = float, title:(File Operation Progress) + windowrule = float, ^(blueman-manager)$ windowrule = size 40% 40%, ^(blueman-manager)$ windowrule = center, ^(blueman-manager)$