aboutsummaryrefslogtreecommitdiff
path: root/config/discord
diff options
context:
space:
mode:
Diffstat (limited to 'config/discord')
-rw-r--r--config/discord/settings.org16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/discord/settings.org b/config/discord/settings.org
new file mode 100644
index 0000000..7323f78
--- /dev/null
+++ b/config/discord/settings.org
@@ -0,0 +1,16 @@
+#+title: Discord settings.json
+There really isn't much to this. I do set =SKIP_HOST_UPDATE= to =true= though to prevent it from trying to auto-update before it appears in my operating system repositories.
+#+begin_src json :tangle yes
+{
+ "IS_MAXIMIZED": false,
+ "IS_MINIMIZED": false,
+ "SKIP_HOST_UPDATE": true,
+ "chromiumSwitches": {},
+ "WINDOW_BOUNDS": {
+ "x": 0,
+ "y": 0,
+ "width": 1060,
+ "height": 1870
+ }
+}
+#+end_src