docs: remove some old describe

This commit is contained in:
DreamMaoMao 2026-03-14 12:43:49 +08:00
parent 9fe639485a
commit 78992c990c
3 changed files with 2 additions and 12 deletions

View file

@ -48,7 +48,7 @@ source-optional=~/.config/mango/optional.conf
You can check your configuration for errors without starting mangowm: You can check your configuration for errors without starting mangowm:
```bash ```bash
mango -p /path/to/config.conf mango -c /path/to/config.conf -p
``` ```
Use with `source-optional` for shared configs across different setups. Use with `source-optional` for shared configs across different setups.

View file

@ -54,6 +54,3 @@ Set the size and theme of your mouse cursor.
cursor_size=24 cursor_size=24
cursor_theme=Adwaita cursor_theme=Adwaita
``` ```
> **Tip:** You may also want to set the `XCURSOR_SIZE` environment variable to match:
> `env=XCURSOR_SIZE,24`

View file

@ -27,10 +27,3 @@ When in overview mode:
- **Left mouse button** — Jump to (focus) a window. - **Left mouse button** — Jump to (focus) a window.
- **Right mouse button** — Close a window. - **Right mouse button** — Close a window.
To enable this behavior, add the following mouse bindings to your config:
```ini
mousebind=NONE,btn_left,toggleoverview,1
mousebind=NONE,btn_right,killclient,0
```