From eaadd28ca43ef1efc6f7c3c6716d6b2c2b3df1ce Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 23 Nov 2022 15:42:07 +0000 Subject: [PATCH] default blur new optimizations to 1 --- 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 51b0d0d..d72beda 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -73,7 +73,7 @@ Prefer using `input:sensitivity` over `general:sensitivity` to avoid bugs, espec | blur_size | blur size (distance) | int | 8 | | blur_passes | the amount of passes to perform | int | 1 | | blur_ignore_opacity | make the blur layer ignore the opacity of the window | bool | false | -| blur_new_optimizations | whether to enable further optimizations to the blur. Recommended to turn on, as it will massively improve performance, but some people have experienced graphical issues | bool | false | +| blur_new_optimizations | whether to enable further optimizations to the blur. Recommended to leave on, as it will massively improve performance, but some people have experienced graphical issues | bool | true | | drop_shadow | enable drop shadows on windows | bool | true | | shadow_range | Shadow range ("size") in layout px | int | 4 | | shadow_render_power | (1 - 4), in what power to render the falloff (more power, the faster the falloff) | int | 3 |