aboutsummaryrefslogtreecommitdiff
path: root/.config/BetterDiscord
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
parent39ba798d03f80dd43729c249d62f40309d961749 (diff)
add more betterdiscord config
Diffstat (limited to '.config/BetterDiscord')
-rw-r--r--.config/BetterDiscord/data/stable/custom.css1
-rw-r--r--.config/BetterDiscord/data/stable/plugins.json1
-rw-r--r--.config/BetterDiscord/data/stable/settings.json37
-rw-r--r--.config/BetterDiscord/data/stable/themes.json5
4 files changed, 44 insertions, 0 deletions
diff --git a/.config/BetterDiscord/data/stable/custom.css b/.config/BetterDiscord/data/stable/custom.css
new file mode 100644
index 0000000..90ee285
--- /dev/null
+++ b/.config/BetterDiscord/data/stable/custom.css
@@ -0,0 +1 @@
+li:has(a[href="/shop"]) { display: none; } \ No newline at end of file
diff --git a/.config/BetterDiscord/data/stable/plugins.json b/.config/BetterDiscord/data/stable/plugins.json
new file mode 100644
index 0000000..9e26dfe
--- /dev/null
+++ b/.config/BetterDiscord/data/stable/plugins.json
@@ -0,0 +1 @@
+{} \ No newline at end of file
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
diff --git a/.config/BetterDiscord/data/stable/themes.json b/.config/BetterDiscord/data/stable/themes.json
new file mode 100644
index 0000000..2b00b46
--- /dev/null
+++ b/.config/BetterDiscord/data/stable/themes.json
@@ -0,0 +1,5 @@
+{
+ "Horizontal Server List": false,
+ "flat": true,
+ "mode": true
+} \ No newline at end of file