From fbfd5883eb8b0a2180bea70f5aa74f09d39676a3 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 10 Oct 2024 13:14:11 -0400 Subject: [PATCH] Add menubar config --- docs/config.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.mdx b/docs/config.mdx index e3ba56e..3dfefa3 100644 --- a/docs/config.mdx +++ b/docs/config.mdx @@ -44,6 +44,7 @@ use ":" as level separators. | window:bgcolor | string | set the window background color (should be hex: #xxxxxx) | | window:reducedmotion | bool | set to true to disable most animations | | window:tilegapsize | int | set to change override default gap between blocks | +| window:showmenubar | bool | set to use the OS-native menu bar (Windows and Linux only, requires app restart) | | window:nativetitlebar | bool | set to use the OS-native title bar, rather than the overlay (Windows and Linux only, requires app restart) | | window:disablehardwareacceleration | bool | set to disable Chromium hardware acceleration to resolve graphical bugs (requires app restart) | | telemetry:enabled | bool | set to enable/disable telemetry |