diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-08-21 18:35:44 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-08-21 18:35:44 -0400 |
commit | fef4b59ade496bb127cc0506cd0506636c4e9852 (patch) | |
tree | a696a576d5d0a92f85a08b32ffe1f29cbcb764a5 /modules/50-discord/discord.json | |
parent | f668e009263cdafdebae3607719ae19bfd9dc249 (diff) |
add discord config
Diffstat (limited to 'modules/50-discord/discord.json')
-rw-r--r-- | modules/50-discord/discord.json | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/modules/50-discord/discord.json b/modules/50-discord/discord.json new file mode 100644 index 0000000..e4fa387 --- /dev/null +++ b/modules/50-discord/discord.json @@ -0,0 +1,84 @@ +{ + "modules": { + "postnet": true, + "sentrynerf": true, + "pseudoscience": true, + "loadingScreen": true, + "antiDelete": { + "options": { + "logEdits": true, + "ignorePluralKit": true + }, + "enabled": true + }, + "typingChannel": { + "options": { + "ignoreSelf": true + }, + "enabled": true + }, + "channelleak": true, + "hiddenTyping": { + "enabled": true, + "options": { + "whenInvisible": true + } + }, + "noReplyMention": true, + "pinnedDMs": { + "options": { + "pinned": [] + }, + "enabled": true + }, + "popoutMutuals": true, + "popoutDates": true, + "premiumVideo": true, + "pseudoNitro": true, + "timeInCall": true, + "whoReacted": true, + "3y3": true, + "backoffNerf": true, + "commands": true, + "consistentLayout": true, + "dblClickEdit": { + "enabled": false, + "options": { + "allowEdit": false, + "allowReply": true + } + }, + "fixmentions": true, + "greentext": true, + "imgxis": false, + "linuxUpdater": true, + "noJoinMessageWave": true, + "noReplyChainNag": true, + "noThreadNotifications": true, + "oldQuote": true, + "platformIcons": true, + "showTag": true, + "upload": true, + "unravelMessage": true, + "activitiesEverywhere": true, + "autoPatch": true, + "copyAvatarUrl": true, + "guildVideo": true, + "imageUrls": true, + "messageLinkPreview": true, + "alwaysTrust": true, + "clearUrls": true, + "inviteToNowhere": true, + "panic": true, + "timestampSeconds": false, + "typingAvatars": true, + "css": { + "enabled": true, + "options": { + "cssPath": [ + "/home/chef/.config/hh3/styles.css" + ] + } + } + } +} |