aboutsummaryrefslogtreecommitdiff
path: root/.config/discord
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-09 20:48:10 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-09 20:48:10 -0500
commit40f02bc8088ca93224bf65f083c4ab3b17eaf435 (patch)
treef5c4d0bd619a4f7547f318a86ecfdd05e88ca814 /.config/discord
parentd97f4feb2c17835d31a4dff5f1109d50c4111943 (diff)
move gentoo into subdirectory
Diffstat (limited to '.config/discord')
-rw-r--r--.config/discord/settings.org16
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/discord/settings.org b/.config/discord/settings.org
deleted file mode 100644
index 725b773..0000000
--- a/.config/discord/settings.org
+++ /dev/null
@@ -1,16 +0,0 @@
-#+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 js :tangle ~/.config/discord/settings.json :mkdirp yes
- {
- "IS_MAXIMIZED": false,
- "IS_MINIMIZED": false,
- "SKIP_HOST_UPDATE": true,
- "chromiumSwitches": {},
- "WINDOW_BOUNDS": {
- "x": 0,
- "y": 0,
- "width": 1060,
- "height": 1870
- }
- }
-#+end_src