summaryrefslogtreecommitdiff
path: root/vicinae
diff options
context:
space:
mode:
Diffstat (limited to 'vicinae')
-rw-r--r--vicinae/.config/vicinae/settings.json234
1 files changed, 0 insertions, 234 deletions
diff --git a/vicinae/.config/vicinae/settings.json b/vicinae/.config/vicinae/settings.json
deleted file mode 100644
index b9a5a02..0000000
--- a/vicinae/.config/vicinae/settings.json
+++ /dev/null
@@ -1,234 +0,0 @@
-// This configuration is merged with the default vicinae configuration file, which you can obtain by running the `vicinae config default` command.
-// Every item defined in this file takes precedence over the values defined in the default config or any other imported file.
-//
-// You can make manual edits to this file, however you should keep in mind that this file may be written to by vicinae when a configuration change is made through the GUI.
-// When that happens, any custom comments or formatting will be lost.
-//
-// If you want to maintain a configuration file with your own comments and formatting, you should create a separate file and add it to the 'imports' array.
-//
-// Learn more about configuration at https://docs.vicinae.com/config
-
-{
- "$schema": "https://vicinae.com/schemas/config.json",
- "encrypt_sensitive_data": true,
- "favicon_service": "google",
- "font": {
- "normal": {
- "family": "JetBrains Mono ExtraBold"
- }
- },
- "theme": {
- "light": {
- "name": "vicinae-wallust-light"
- },
- "dark": {
- "name": "vicinae-wallust-dark",
- "icon_theme": "Hicolor"
- }
- },
- "telemetry": {
- "system_info": false
- },
- "launcher_window": {
- "rounding": 1,
- "opacity": 1,
- "client_side_decorations": {
- "shadow_size": 0
- },
- "compact_mode": {
- "enabled": true
- }
- },
- "providers": {
- "applications": {
- "entrypoints": {
- "PEAK": {
- "enabled": false
- },
- "assistant": {
- "enabled": false
- },
- "blueman-manager": {
- "enabled": false
- },
- "btop": {
- "enabled": false
- },
- "darkman": {
- "enabled": false
- },
- "foot-server": {
- "enabled": false
- },
- "footclient": {
- "enabled": false
- },
- "linguist": {
- "enabled": false
- },
- "nvidia-settings": {
- "enabled": false
- },
- "qdbusviewer": {
- "enabled": false
- },
- "qphotorec": {
- "enabled": false
- },
- "rmpc": {
- "enabled": false
- }
- }
- },
- "clipboard": {
- "preferences": {
- "monitoring": true
- }
- },
- "core": {
- "entrypoints": {
- "about": {
- "enabled": false
- },
- "documentation": {
- "enabled": false
- },
- "keybind-settings": {
- "enabled": false
- },
- "list-extensions": {
- "enabled": false
- },
- "manage-fallback": {
- "enabled": false
- },
- "oauth-token-store": {
- "enabled": false
- },
- "open-config-file": {
- "enabled": false
- },
- "open-default-config": {
- "enabled": false
- },
- "prune-memory": {
- "enabled": false
- },
- "refresh-apps": {
- "enabled": false
- },
- "reload-scripts": {
- "enabled": false
- },
- "report-bug": {
- "enabled": false
- },
- "search-builtin-icons": {
- "enabled": false
- },
- "search-emojis": {
- "enabled": true
- },
- "settings": {
- "enabled": false
- },
- "show-logs": {
- "enabled": false
- },
- "sponsor": {
- "enabled": false
- },
- "store": {
- "enabled": true
- }
- }
- },
- "font": {
- "enabled": false
- },
- "manage-shortcuts": {
- "enabled": false
- },
- "power": {
- "enabled": true,
- "entrypoints": {
- "hibernate": {
- "enabled": false
- },
- "lock": {
- "enabled": false
- },
- "logout": {
- "enabled": false
- },
- "power-off": {
- "enabled": true
- },
- "reboot": {
- "enabled": true
- },
- "sleep": {
- "enabled": false
- },
- "soft-reboot": {
- "enabled": false
- },
- "suspend": {
- "enabled": false
- }
- }
- },
- "snippets": {
- "enabled": false
- },
- "system": {
- "enabled": false,
- "entrypoints": {
- "run": {
- "enabled": false
- },
- "toggle-mute": {
- "enabled": false
- },
- "volume-0": {
- "enabled": false
- },
- "volume-100": {
- "enabled": false
- },
- "volume-25": {
- "enabled": false
- },
- "volume-50": {
- "enabled": false
- },
- "volume-75": {
- "enabled": false
- },
- "volume-down": {
- "enabled": false
- },
- "volume-up": {
- "enabled": false
- }
- }
- },
- "wm": {
- "enabled": false,
- "entrypoints": {
- "switch-windows": {
- "enabled": false
- },
- "toggle-floating": {
- "enabled": false
- },
- "toggle-fullscreen": {
- "enabled": false
- },
- "toggle-overview": {
- "enabled": false
- }
- }
- }
- }
-} \ No newline at end of file