From 53db2357f9ba52bd8987f787689c73b4776cf8da Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Fri, 25 Apr 2025 13:45:47 -0300 Subject: [PATCH] hypr(rules): fix wrong regex usage on rule float for `xdg-desktop-portal.*` --- hypr/rules.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/rules.conf b/hypr/rules.conf index 15be48d..74b0368 100644 --- a/hypr/rules.conf +++ b/hypr/rules.conf @@ -9,7 +9,7 @@ # Floating windows windowrule = float, class:moe.launcher.* windowrule = float, class:com.github.rafostar.Clapper -windowrule = float, class:xdg-desktop-portal* +windowrule = float, class:xdg-desktop-portal.* windowrule = float, class:org.pulseaudio.pavucontrol windowrule = float, class:blueberry.py windowrule = float, class:org.gnome.Loupe