dotfiles/config/discord/settings.org
2024-08-07 23:09:41 -05:00

501 B

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.

  {
    "IS_MAXIMIZED": false,
    "IS_MINIMIZED": false,
    "SKIP_HOST_UPDATE": true,
    "chromiumSwitches": {},
    "WINDOW_BOUNDS": {
      "x": 0,
      "y": 0,
      "width": 1060,
      "height": 1870
    }
  }