feat: added vicinae and profile
This commit is contained in:
174
.config/vicinae/settings.json
Normal file
174
.config/vicinae/settings.json
Normal file
@@ -0,0 +1,174 @@
|
||||
// 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",
|
||||
"theme": {
|
||||
"dark": {
|
||||
"name": "nord"
|
||||
}
|
||||
},
|
||||
"favorites": [
|
||||
"applications:org.mozilla.thunderbird",
|
||||
"applications:mattermost",
|
||||
"applications:org.signal.Signal"
|
||||
],
|
||||
"providers": {
|
||||
"applications": {
|
||||
"entrypoints": {
|
||||
"Helix": {
|
||||
"enabled": false
|
||||
},
|
||||
"foot-server": {
|
||||
"enabled": false
|
||||
},
|
||||
"footclient": {
|
||||
"enabled": false
|
||||
},
|
||||
"noisetorch": {
|
||||
"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
|
||||
},
|
||||
"thunar-bulk-rename": {
|
||||
"enabled": false
|
||||
},
|
||||
"thunar-settings": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"browser-extension": {
|
||||
"enabled": false
|
||||
},
|
||||
"core": {
|
||||
"entrypoints": {
|
||||
"about": {
|
||||
"enabled": false
|
||||
},
|
||||
"documentation": {
|
||||
"enabled": false
|
||||
},
|
||||
"keybind-settings": {
|
||||
"enabled": false
|
||||
},
|
||||
"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
|
||||
},
|
||||
"font": {
|
||||
"enabled": false
|
||||
},
|
||||
"manage-shortcuts": {
|
||||
"enabled": false
|
||||
},
|
||||
"power": {
|
||||
"entrypoints": {
|
||||
"hibernate": {
|
||||
"enabled": false
|
||||
},
|
||||
"sleep": {
|
||||
"enabled": false
|
||||
},
|
||||
"soft-reboot": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"raycast-compat": {
|
||||
"enabled": false
|
||||
},
|
||||
"scripts": {
|
||||
"preferences": {
|
||||
"customDirs": [
|
||||
"/home/sublet/Scripts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"snippets": {
|
||||
"enabled": false
|
||||
},
|
||||
"system": {
|
||||
"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
|
||||
}
|
||||
}
|
||||
},
|
||||
"theme": {
|
||||
"enabled": false
|
||||
},
|
||||
"wm": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user