nixos-config/modules/home/discord/webcord/config.json
2023-11-11 18:34:59 +01:00

63 lines
1.4 KiB
JSON

{
"settings": {
"general": {
"menuBar": {
"hide": true
},
"tray": {
"disable": true
},
"taskbar": {
"flash": true
},
"window": {
"transparent": true,
"hideOnClose": false
}
},
"privacy": {
"blockApi": {
"science": true,
"typingIndicator": true,
"fingerprinting": true
},
"permissions": {
"video": false,
"audio": false,
"fullscreen": true,
"notifications": true,
"display-capture": true,
"background-sync": true
}
},
"advanced": {
"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
}
}