From 3c5f110ae22312dc2d011fbcc94217f10e00571f Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Wed, 25 Sep 2024 09:21:31 -0700 Subject: [PATCH] Fix typo in config (#24) --- docs/config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.mdx b/docs/config.mdx index 8e5df47..6384d8d 100644 --- a/docs/config.mdx +++ b/docs/config.mdx @@ -37,7 +37,7 @@ use ":" as level separators. | window:blur | bool | set to enable window background blurring | | window:opacity | float64 | 0-1, window opacity | | window:bgcolor | string | set the window background color (should be hex: #xxxxxx) | -| window:reducemotion | bool | set to true to disable most animations | +| window:reducedmotion | bool | set to true to disable most animations | | window:tilegapsize | int | set to change override default gap between blocks | | window:nativetitlebar | bool | set to use the OS-native title bar, rather than the overlay (Windows and Linux only) | | telemetry:enabled | bool | set to enable/disable telemetry |