mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add discord settings
This commit is contained in:
parent
aacb10fdf9
commit
5c2f1eed17
13
home/.config/discord/settings.json
Normal file
13
home/.config/discord/settings.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"BACKGROUND_COLOR": "#202225",
|
||||||
|
"IS_MAXIMIZED": false,
|
||||||
|
"IS_MINIMIZED": false,
|
||||||
|
"WINDOW_BOUNDS": {
|
||||||
|
"x": 912,
|
||||||
|
"y": 42,
|
||||||
|
"width": 990,
|
||||||
|
"height": 1020
|
||||||
|
},
|
||||||
|
"DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true,
|
||||||
|
"SKIP_HOST_UPDATE": true
|
||||||
|
}
|
Loading…
Reference in a new issue