From 019d29e32b50640dfbe968cbf8f1e02b286ecc8f Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 25 Mar 2024 16:09:38 +0000 Subject: [PATCH] add blurpopups --- pages/Configuring/Window-Rules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index c947448..366aad8 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -248,6 +248,7 @@ in `hyprctl layers`) or `address` is an address in the form of `address:0x[hex]` | unset | removes all layerRules previously set for a select namespace regex. Please note it has to match _exactly_ | | noanim | disables animations | | blur | enables blur for the layer | +| blurpopups | enables blur for the popups | | ignorealpha \[a\] | makes blur ignore pixels with opacity of `a` or lower. `a` is float value from 0 to 1. `a = 0` if unspecified. | | ignorezero | makes blur ignore fully transparent pixels. Same as `ignorealpha 0`. | | xray \[on\] | sets the blur xray mode for a layer. 0 for off, 1 for on, unset for default. |