mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
nixified discord settings
This commit is contained in:
parent
08e0feea5d
commit
e1ae304487
1 changed files with 82 additions and 0 deletions
82
src/user/modules/gui/modules/fun/config/discord.config.json
Normal file
82
src/user/modules/gui/modules/fun/config/discord.config.json
Normal file
|
|
@ -0,0 +1,82 @@
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"general": {
|
||||||
|
"menuBar": {
|
||||||
|
"hide": false
|
||||||
|
},
|
||||||
|
"tray": {
|
||||||
|
"disable": false
|
||||||
|
},
|
||||||
|
"taskbar": {
|
||||||
|
"flash": true
|
||||||
|
},
|
||||||
|
"window": {
|
||||||
|
"transparent": false,
|
||||||
|
"hideOnClose": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"privacy": {
|
||||||
|
"blockApi": {
|
||||||
|
"science": true,
|
||||||
|
"typingIndicator": false,
|
||||||
|
"fingerprinting": true
|
||||||
|
},
|
||||||
|
"permissions": {
|
||||||
|
"video": null,
|
||||||
|
"audio": true,
|
||||||
|
"fullscreen": true,
|
||||||
|
"notifications": null,
|
||||||
|
"display-capture": true,
|
||||||
|
"background-sync": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"advanced": {
|
||||||
|
"csp": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"cspThirdParty": {
|
||||||
|
"spotify": true,
|
||||||
|
"gif": true,
|
||||||
|
"hcaptcha": true,
|
||||||
|
"youtube": true,
|
||||||
|
"twitter": true,
|
||||||
|
"twitch": true,
|
||||||
|
"streamable": true,
|
||||||
|
"vimeo": true,
|
||||||
|
"soundcloud": true,
|
||||||
|
"paypal": true,
|
||||||
|
"audius": true,
|
||||||
|
"algolia": true,
|
||||||
|
"reddit": true,
|
||||||
|
"googleStorageApi": true
|
||||||
|
},
|
||||||
|
"currentInstance": {
|
||||||
|
"radio": 0
|
||||||
|
},
|
||||||
|
"devel": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"redirection": {
|
||||||
|
"warn": true
|
||||||
|
},
|
||||||
|
"optimize": {
|
||||||
|
"gpu": true
|
||||||
|
},
|
||||||
|
"webApi": {
|
||||||
|
"webGl": true
|
||||||
|
},
|
||||||
|
"unix": {
|
||||||
|
"autoscroll": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"update": {
|
||||||
|
"notification": {
|
||||||
|
"version": "",
|
||||||
|
"till": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"screenShareStore": {
|
||||||
|
"audio": false
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue