minor vesktop, vscode, and sway config fixes, fix restore.sh and some perms stuff

This commit is contained in:
askiiart 2024-06-02 13:54:30 -05:00
parent ab89154611
commit f5b7c87428
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
9 changed files with 37 additions and 18 deletions

View file

@ -2,6 +2,6 @@
"minimizeToTray": "on",
"discordBranch": "stable",
"arRPC": "on",
"splashColor": "rgb(219, 222, 225)",
"splashColor": "oklab(0.899401 -0.00192499 -0.00481987)",
"splashBackground": "rgb(0, 7, 32)"
}

View file

@ -331,10 +331,6 @@
"OpenInApp": {
"enabled": false
},
"Party mode 🎉": {
"enabled": false,
"superIntensePartyMode": 0
},
"PermissionFreeWill": {
"enabled": true,
"lockout": true,
@ -442,9 +438,6 @@
"mode": "user-nick",
"inReplies": false
},
"ShowTimeouts": {
"enabled": true
},
"SilentMessageToggle": {
"enabled": false
},
@ -594,6 +587,24 @@
},
"UnlockedAvatarZoom": {
"enabled": false
},
"ShowHiddenThings": {
"enabled": true,
"showTimeouts": true,
"showInvitesPaused": true
},
"BetterSessions": {
"enabled": false
},
"ImplicitRelationships": {
"enabled": false
},
"StreamerModeOnStream": {
"enabled": false
},
"PartyMode": {
"enabled": false,
"superIntensePartyMode": 0
}
},
"notifications": {
@ -606,6 +617,6 @@
"authenticated": true,
"url": "https://api.vencord.dev/",
"settingsSync": true,
"settingsSyncVersion": 1713151376792
"settingsSyncVersion": 1716756452409
}
}