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/defaults.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/defaults.ts')
| -rw-r--r-- | src/config/defaults.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/defaults.ts b/src/config/defaults.ts index ac56c13..e3fe68d 100644 --- a/src/config/defaults.ts +++ b/src/config/defaults.ts @@ -6,6 +6,9 @@ export default { borders: true, vibrant: false, // Extra saturation }, + config: { + notifyOnError: true, + }, // Modules bar: { vertical: true, |