From 4f59ad309c0617c4fea157e63af73b4ad81376a9 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Tue, 24 Sep 2024 23:39:37 -0700 Subject: [PATCH] update config (#23) --- docs/config.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config.mdx b/docs/config.mdx index c288f99..8e5df47 100644 --- a/docs/config.mdx +++ b/docs/config.mdx @@ -39,9 +39,10 @@ use ":" as level separators. | window:bgcolor | string | set the window background color (should be hex: #xxxxxx) | | window:reducemotion | 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 | -For reference this is the current default configuration (v0.8.0): +For reference this is the current default configuration (v0.8.3): ```json {