clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

needed?

sspaeti fc90b4a0 e458c082

+3 -3
+3 -3
discord/.config/discord/settings.json
··· 1 1 { 2 2 "offloadAdmControls": false, 3 3 "chromiumSwitches": {}, 4 - "IS_MAXIMIZED": true, 4 + "IS_MAXIMIZED": false, 5 5 "IS_MINIMIZED": false, 6 6 "BACKGROUND_COLOR": "#121214", 7 7 "OPEN_ON_STARTUP": false, ··· 11 11 "WINDOW_BOUNDS": { 12 12 "x": 0, 13 13 "y": 0, 14 - "width": 1536, 15 - "height": 960 14 + "width": 1440, 15 + "height": 900 16 16 } 17 17 }