diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 23:09:41 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 23:09:41 -0500 |
commit | ca3992abceadfa5de5382615437d26797ca3ae0f (patch) | |
tree | f049b27bf7a46bf1e1eabc97d91b9b68e5aaaff7 /config/discord | |
parent | f2da037a89e769b2590d91765e8d0c5a39cf7337 (diff) |
clearer file types
Diffstat (limited to 'config/discord')
-rw-r--r-- | config/discord/settings.org | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/config/discord/settings.org b/config/discord/settings.org index 9e0a786..725b773 100644 --- a/config/discord/settings.org +++ b/config/discord/settings.org @@ -1,16 +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 js-json :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 +#+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 |