From 5ed190b06d9dfc0331a4c285579610de2f9f85ee Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:38:05 +1100 Subject: config: notify on error Also deduplicate events for config change --- src/config/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/types.ts') diff --git a/src/config/types.ts b/src/config/types.ts index a311f88..8936937 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -24,6 +24,7 @@ export default { "style.transparency": ["off", "normal", "high"], "style.borders": BOOL, "style.vibrant": BOOL, + "config.notifyOnError": BOOL, // Bar "bar.vertical": BOOL, "bar.style": ["gaps", "panel", "embedded"], -- cgit v1.2.3-freya