#+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