summaryrefslogtreecommitdiff
path: root/Vencord/settings
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-07-09 00:59:44 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-07-09 00:59:44 +0300
commitdc3c38a2d3eba90470eef10c4274ed4798a57715 (patch)
tree1e44129a1c15f5f14aca5ee905349fde16f0c93c /Vencord/settings
parentbee6599cc8d0c66bb4e6ed0670d30edc5066805e (diff)
Fix to the lock script for ST windows + routine changes.
Changes to be committed: modified: Vencord/settings/settings.json modified: btop/btop.conf modified: htop/htoprc modified: lock modified: tmux/tmux.conf modified: zsh/aliases
Diffstat (limited to 'Vencord/settings')
-rw-r--r--Vencord/settings/settings.json40
1 files changed, 32 insertions, 8 deletions
diff --git a/Vencord/settings/settings.json b/Vencord/settings/settings.json
index 3df3b49..443013b 100644
--- a/Vencord/settings/settings.json
+++ b/Vencord/settings/settings.json
@@ -350,10 +350,6 @@
"steam": true,
"epic": false
},
- "Party mode 🎉": {
- "enabled": false,
- "superIntensePartyMode": 2
- },
"PermissionsViewer": {
"enabled": true,
"permissionsSortOrder": 0,
@@ -618,9 +614,6 @@
"PictureInPicture": {
"enabled": true
},
- "ServerProfile": {
- "enabled": true
- },
"ThemeAttributes": {
"enabled": true
},
@@ -749,6 +742,37 @@
},
"VoiceDownload": {
"enabled": false
+ },
+ "PartyMode": {
+ "enabled": false,
+ "superIntensePartyMode": 2
+ },
+ "ServerInfo": {
+ "enabled": true
+ },
+ "MessageUpdaterAPI": {
+ "enabled": true
+ },
+ "AppleMusicRichPresence": {
+ "enabled": false
+ },
+ "AutomodContext": {
+ "enabled": false
+ },
+ "CopyEmojiMarkdown": {
+ "enabled": false
+ },
+ "CustomIdle": {
+ "enabled": false
+ },
+ "DontRoundMyTimestamps": {
+ "enabled": false
+ },
+ "MaskedLinkPaste": {
+ "enabled": false
+ },
+ "UserSettingsAPI": {
+ "enabled": true
}
},
"notifications": {
@@ -761,6 +785,6 @@
"authenticated": false,
"url": "https://api.vencord.dev/",
"settingsSync": false,
- "settingsSyncVersion": 1716116696065
+ "settingsSyncVersion": 1719574831489
}
} \ No newline at end of file