From ffca6167943dfa7df246297917cb372ddd10c8de Mon Sep 17 00:00:00 2001 From: lyasm Date: Tue, 30 Dec 2025 11:20:57 +0100 Subject: [PATCH] Update Hyprland layerrule to new syntax (Hyprland 0.53) --- src/content/docs/getting-started/faq.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/getting-started/faq.mdx b/src/content/docs/getting-started/faq.mdx index cc41ebb..c06cd72 100644 --- a/src/content/docs/getting-started/faq.mdx +++ b/src/content/docs/getting-started/faq.mdx @@ -55,8 +55,8 @@ If you're not on Hyprland, provide more information through a [GitHub issue](htt Add these lines to your Hyprland config: ```conf -layerrule = blur, fabric.* -layerrule = ignorezero, fabric.* +layerrule = blur on, match:namespace fabric +layerrule = ignore_alpha 0, match:namespace fabric ``` ---