From 2dbf6731c917325f43a85eb99fdee7c8577408d1 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Wed, 28 Dec 2022 15:41:24 +0100 Subject: [PATCH] added dimaround --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 9b6b4b5..a132ef2 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -87,6 +87,7 @@ Prefer using `input:sensitivity` over `general:sensitivity` to avoid bugs, espec | dim_inactive | enables dimming of inactive windows | bool | false | | dim_strength | how much inactive windows should be dimmed, 0.0 - 1.0 | float | 0.5 | | dim_special | how much to dim the rest of the screen by when a special workspace is open. 0.0 - 1.0 | float | 0.2 | +| dim_around | how much the `dimaround` window rule should dim by. 0.0 - 1.0 | float | 0.4 | | screen_shader | a path to a custom shader to be applied at the end of rendering. See `examples/screenShader.frag` for an example. | str | \[EMPTY\] | {{< hint type=info >}}