From fdbf432ece5aa7432661319b3c08414f4309ef59 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 17 Mar 2023 23:16:59 +0000 Subject: [PATCH] add blur and ignorezero ls rules --- pages/Configuring/Window-Rules.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 71edd01..f72928b 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -154,3 +154,5 @@ where `rule` is the rule and `namespace` is the namespace regex (find namespaces | rule | description | | --- | --- | | noanim | disables animations | +| blur | enables blur for the layer | +| ignorezero | makes blur ignore fully transparent pixels of the layer |