adds initial dotfiles

This commit is contained in:
2026-05-15 14:13:12 +02:00
parent 5e88941adf
commit dc0bfb0d23
135 changed files with 81606 additions and 0 deletions
@@ -0,0 +1,53 @@
{
"general": {
"voiceDisconnect": false,
"showToasts": true,
"mediaKeys": true,
"themeAttributes": true,
"notificationPosition": "top-right",
"notificationEnabled": true
},
"addons": {
"addonErrors": true,
"editAction": "detached",
"checkForUpdates": true,
"updateInterval": 4
},
"store": {
"bdAddonStore": true,
"alwaysEnable": false,
"addonEmbeds": true
},
"customcss": {
"customcss": true,
"liveUpdate": true,
"openAction": "settings"
},
"editor": {
"theme": "system",
"lineNumbers": true,
"minimap": true,
"hover": true,
"quickSuggestions": true,
"insertSpaces": false,
"tabSize": 4,
"fontSize": 14,
"renderWhitespace": "selection"
},
"window": {
"transparency": true,
"removeMinimumSize": false,
"frame": true,
"inAppTrafficLights": false
},
"developer": {
"debugLogs": false,
"devTools": true,
"debuggerHotkey": false,
"reactDevTools": false,
"inspectElement": false,
"devToolsWarning": false,
"recovery": true,
"canary": false
}
}