diff --git a/.config/vicinae/settings.json b/.config/vicinae/settings.json new file mode 100644 index 0000000..4c9556a --- /dev/null +++ b/.config/vicinae/settings.json @@ -0,0 +1,191 @@ +// 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", + "font": { + "normal": { + "family": "Rubik" + } + }, + "theme": { + "dark": { + "name": "ayu-dark", + "icon_theme": "Fluent dark" + } + }, + "telemetry": { + "system_info": false + }, + "launcher_window": { + "opacity": 0.9 + }, + "favorites": [ + "applications:page.kramo.Cartridges" + ], + "providers": { + "applications": { + "preferences": { + "defaultAction": "launch", + "paths": [ + "/home/oxytom/.local/share/applications", + "/home/oxytom/.local/share/flatpak/exports/share/applications", + "/var/lib/flatpak/exports/share/applications", + "/usr/local/share/applications", + "/usr/share/applications" + ] + }, + "entrypoints": { + "btop": { + "enabled": false + }, + "edmc": { + "enabled": false + }, + "helix": { + "enabled": false + }, + "nemo": { + "alias": "nemo" + }, + "opentrack": { + "enabled": false + }, + "org.freedesktop.MalcontentControl": { + "enabled": false + }, + "org.gnome.Nautilus": { + "enabled": false + }, + "org.libreoffice.LibreOffice.base": { + "enabled": false + }, + "org.libreoffice.LibreOffice.draw": { + "enabled": false + }, + "org.libreoffice.LibreOffice.impress": { + "enabled": false + }, + "org.libreoffice.LibreOffice.math": { + "enabled": false + }, + "org.libreoffice.LibreOffice.writer": { + "enabled": false + }, + "qt6ct": { + "enabled": false + }, + "wine.Programs.xNormal.3.19.3.User documentation.xNormalHelp": { + "enabled": false + } + } + }, + "browser-extension": { + "enabled": false + }, + "calculator": { + "enabled": true, + "preferences": { + "backend": "qalculate", + "refreshRatesOnStartup": false + }, + "entrypoints": { + "refresh-rates": { + "enabled": false + } + } + }, + "clipboard": { + "preferences": { + "encryption": false, + "eraseOnStartup": false, + "ignorePasswords": true, + "monitoring": true + }, + "entrypoints": { + "clear": { + "enabled": false + } + } + }, + "core": { + "entrypoints": { + "about": { + "enabled": false + }, + "documentation": { + "enabled": false + }, + "keybind-settings": { + "enabled": false + }, + "list-extensions": { + "enabled": true + }, + "manage-fallback": { + "enabled": false + }, + "oauth-token-store": { + "enabled": false + }, + "open-config-file": { + "enabled": false + }, + "open-default-config": { + "enabled": false + }, + "report-bug": { + "enabled": false + }, + "sponsor": { + "enabled": false + }, + "store": { + "enabled": false + } + } + }, + "developer": { + "enabled": false + }, + "files": { + "enabled": false + }, + "manage-shortcuts": { + "enabled": false, + "entrypoints": { + "create": { + "enabled": true + }, + "manage": { + "enabled": true + } + } + }, + "power": { + "enabled": false + }, + "raycast-compat": { + "enabled": false + }, + "shortcuts": { + "enabled": true + }, + "system": { + "enabled": false + }, + "theme": { + "enabled": false + }, + "wm": { + "enabled": false + } + } +} \ No newline at end of file