aboutsummaryrefslogtreecommitdiff
path: root/config/discord/settings.org
blob: 7323f787ca603b8697a41ae9f41067772a2534f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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