aboutsummaryrefslogtreecommitdiff
path: root/.config/BetterDiscord/data/stable/settings.json
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-29 19:37:07 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-29 19:37:07 +0100
commitb5182c72edccb122dd25edf14fa65154f0f443da (patch)
tree654f03cfa94e8aaadbc3c16bce3d133761e88c8b /.config/BetterDiscord/data/stable/settings.json
parent39ba798d03f80dd43729c249d62f40309d961749 (diff)
add more betterdiscord config
Diffstat (limited to '.config/BetterDiscord/data/stable/settings.json')
-rw-r--r--.config/BetterDiscord/data/stable/settings.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/BetterDiscord/data/stable/settings.json b/.config/BetterDiscord/data/stable/settings.json
new file mode 100644
index 0000000..9098d0b
--- /dev/null
+++ b/.config/BetterDiscord/data/stable/settings.json
@@ -0,0 +1,37 @@
+{
+ "general": {
+ "voiceDisconnect": false,
+ "showToasts": true,
+ "mediaKeys": false
+ },
+ "addons": {
+ "addonErrors": true,
+ "editAction": "detached"
+ },
+ "customcss": {
+ "customcss": true,
+ "liveUpdate": false,
+ "openAction": "settings"
+ },
+ "editor": {
+ "lineNumbers": true,
+ "minimap": true,
+ "hover": true,
+ "quickSuggestions": true,
+ "fontSize": 14,
+ "renderWhitespace": "selection"
+ },
+ "window": {
+ "transparency": false,
+ "removeMinimumSize": true,
+ "frame": false
+ },
+ "developer": {
+ "debugLogs": false,
+ "devTools": true,
+ "debuggerHotkey": false,
+ "reactDevTools": false,
+ "inspectElement": false,
+ "devToolsWarning": false
+ }
+} \ No newline at end of file