From 33f8c854b68c42f7e075e63917029a16b95149fa Mon Sep 17 00:00:00 2001 From: TheOnlyMrCat Date: Thu, 11 Apr 2024 21:41:21 +1000 Subject: [PATCH] Add dimaround layer rule (#590) --- 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 2ec5a17..19391d1 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -262,5 +262,6 @@ in `hyprctl layers`) or `address` is an address in the form of `address:0x[hex]` | 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`. | +| dimaround | dims everything behind the layer | | xray \[on\] | sets the blur xray mode for a layer. 0 for off, 1 for on, unset for default. | | animation \[style\] | allows you to set a specific animation style for this layer |