Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asportnoy/compact-discord

Collapse the member and channel lists on small screens to save space.
https://github.com/asportnoy/compact-discord

replugged replugged-theme

Last synced: about 1 month ago
JSON representation

Collapse the member and channel lists on small screens to save space.

Awesome Lists containing this project

README

        

# Compact Discord

Collapse the member and channel lists on small screens to save space.

Member list collapses at 1024px, Channel list collapses at 768px.

[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=dev.albertp.CompactDiscord)

![Demo](demo.gif)

## TIP: allow Discord to be resized to any size

1. Open the Discord settings.json file

- Windows: `%APPDATA%/discord/settings.json`
- MacOS: `~/Library/Application Support/discord/settings.json`
- Linux: `~/.config/discord/settings.json` (may vary depending on Discord location)

For other platforms (besides stable) you will need to replace `discord` with the appropriate
folder name. It could by hyphenated (like `discord-canary`) or not (like `discordcanary`).

2. Set the properties `MIN_WIDTH` and `MIN_HEIGHT` to `0`. The file should look like this:

```json
{
"IS_MINIMIZED": false,
"MIN_WIDTH": 0,
"MIN_HEIGHT": 0,
"WINDOW_BOUNDS": {
"x": 500,
"y": 25,
"width": 940,
"height": 875
},
"BACKGROUND_COLOR": "#202225"
}
```

3. Fully quit and restart Discord