From d30c8138df026f4dbf326401818758d3e3185108 Mon Sep 17 00:00:00 2001 From: W1ngD1nGa5ter <110234275+WangYiBen0@users.noreply.github.com> Date: Wed, 31 Dec 2025 19:46:32 +0800 Subject: [PATCH] Update windowrule examples Make it work under the new syntax --- dots/.config/hypr/custom/rules.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/hypr/custom/rules.conf b/dots/.config/hypr/custom/rules.conf index b253bc8d1..9b48404e6 100644 --- a/dots/.config/hypr/custom/rules.conf +++ b/dots/.config/hypr/custom/rules.conf @@ -5,7 +5,7 @@ # ######## Window rules ######## # Uncomment to apply global transparency to all windows: -# windowrulev2 = opacity 0.89 override 0.89 override, class:.* +# windowrule = opacity 0.89 override 0.89 override, match:class .* # Disable blur for all xwayland apps -# windowrulev2 = noblur, xwayland:1 \ No newline at end of file +# windowrule = no_blur on, match:xwayland 1