diff options
Diffstat (limited to 'vicinae')
| -rw-r--r-- | vicinae/.config/vicinae/settings.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/vicinae/.config/vicinae/settings.json b/vicinae/.config/vicinae/settings.json new file mode 100644 index 0000000..10ce861 --- /dev/null +++ b/vicinae/.config/vicinae/settings.json @@ -0,0 +1,37 @@ +{ + "$schema": "https://vicinae.com/schemas/config.json", + "theme": { + "dark": { + "name": "vicinae-wallust-dark" + }, + "light": { + "name": "vicinae-wallust-light" + } + }, + "telemetry": { + "system_info": false + }, + "providers": { + "applications": { + "entrypoints": { + "assistant": { + "enabled": false + }, + "linguist": { + "enabled": false + }, + "qdbusviewer": { + "enabled": false + }, + "qphotorec": { + "enabled": false + } + } + }, + "clipboard": { + "preferences": { + "monitoring": true + } + } + } +} |
