Windows: C:\Users\<your_user>\AppData\Roaming\discord\settings.json
Linux: /home/<your_user>/snap/discord/121/.config/discord/settings.json
If not was installed with snap use sudo find / -name settings.json to locate the file
| { | |
| "IS_MAXIMIZED": false, | |
| "IS_MINIMIZED": false, | |
| "MIN_WIDTH": 0, | |
| "MIN_HEIGHT": 0, | |
| "WINDOW_BOUNDS": { | |
| "x": 0, | |
| "y": 0, | |
| "width": 800, | |
| "height": 600 | |
| }, | |
| "BACKGROUND_COLOR": "#202225" | |
| } |