diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-05 14:38:05 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-05 14:38:05 +1100 |
| commit | 5ed190b06d9dfc0331a4c285579610de2f9f85ee (patch) | |
| tree | 8909d1617938d7f08ff8608d5c061d71c9cd6d54 /src/config/types.ts | |
| parent | launcher: optimise wallpaper selector (diff) | |
| download | caelestia-shell-5ed190b06d9dfc0331a4c285579610de2f9f85ee.tar.gz caelestia-shell-5ed190b06d9dfc0331a4c285579610de2f9f85ee.tar.bz2 caelestia-shell-5ed190b06d9dfc0331a4c285579610de2f9f85ee.zip | |
config: notify on error
Also deduplicate events for config change
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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"], |