From 1fcfe34f3b0494c272e3f046388aa44c3edcc38e Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 7 Nov 2022 22:52:21 +0000 Subject: [PATCH] clarify shadow scale --- pages/Configuring/Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 78d6e33..cdfddc0 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -81,7 +81,7 @@ Prefer using `input:sensitivity` over `general:sensitivity` to avoid bugs, espec | col.shadow | shadow's color. Alpha dictates shadow's opacity. | color | 0xee1a1a1a | | col.shadow_inactive | inactive shadow color. (if not set, will fall back to col.shadow) | color | unset | | shadow_offset | shadow's rendering offset. | vec2 | [0, 0] | -| shadow_scale | shadow's scale. | float | 1.0 | +| shadow_scale | shadow's scale. 0.0 - 1.0 | float | 1.0 | | 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 |