From faa5e7e02d756d6f310a03bef179c57d6b3f803c Mon Sep 17 00:00:00 2001 From: Jonas Bloch <128738169+Silzinc@users.noreply.github.com> Date: Wed, 25 Mar 2026 16:35:17 +0100 Subject: [PATCH] fix: set default value for matugenTemplateNeovimSetBackground (#2081) --- quickshell/Common/settings/SettingsSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Common/settings/SettingsSpec.js b/quickshell/Common/settings/SettingsSpec.js index 20b9bd0b..993f824f 100644 --- a/quickshell/Common/settings/SettingsSpec.js +++ b/quickshell/Common/settings/SettingsSpec.js @@ -305,7 +305,7 @@ var SPEC = { light: { baseTheme: "github_light", harmony: 0.5 } } }, - matugenTemplateNeovimSetBackground: true, + matugenTemplateNeovimSetBackground: { def: true }, showDock: { def: false }, dockAutoHide: { def: false },