From 2f6376f1b3a0d444ed0abbfd0a6304c06206f8e1 Mon Sep 17 00:00:00 2001 From: poetex Date: Sat, 2 Nov 2024 13:17:38 -0500 Subject: [PATCH] Issue #838 - change blur_new_optimizations to new_optimizations --- 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 67f59ea..e901e5d 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -136,7 +136,7 @@ _Subcategory `decoration:blur:`_ | passes | the amount of passes to perform | int | 1 | | ignore_opacity | make the blur layer ignore the opacity of the window | bool | false | | new_optimizations | whether to enable further optimizations to the blur. Recommended to leave on, as it will massively improve performance. | bool | true | -| xray | if enabled, floating windows will ignore tiled windows in their blur. Only available if blur_new_optimizations is true. Will reduce overhead on floating blur significantly. | bool | false | +| xray | if enabled, floating windows will ignore tiled windows in their blur. Only available if new_optimizations is true. Will reduce overhead on floating blur significantly. | bool | false | | noise | how much noise to apply. [0.0 - 1.0] | float | 0.0117 | | contrast | contrast modulation for blur. [0.0 - 2.0] | float | 0.8916 | | brightness | brightness modulation for blur. [0.0 - 2.0] | float | 0.8172 |