update docs

This commit is contained in:
DreamMaoMao 2026-06-14 13:14:38 +08:00
parent 7e178369ff
commit 15fb37f1c6

View file

@ -163,6 +163,8 @@ Some GPUs have compatibility issues with `syncobj_enable=1` — it may crash app
## Power Management ## Power Management
You can control monitor power using the `mmsg` IPC tool. You can control monitor power using the `mmsg` IPC tool.
> Notice: This command does not remove the monitor, it only turns it off.
> if you want completely remove monitor, just use `wlr-randr`
```bash ```bash
# Turn off # Turn off
@ -178,13 +180,13 @@ mmsg dispatch toggle_monitor,eDP-1
You can also use `wlr-randr` for monitor management: You can also use `wlr-randr` for monitor management:
```bash ```bash
# Turn off monitor # remove a monitor
wlr-randr --output eDP-1 --off wlr-randr --output eDP-1 --off
# Turn on monitor # add a monitor
wlr-randr --output eDP-1 --on wlr-randr --output eDP-1 --on
# Show all monitors # Show all monitors spec
wlr-randr wlr-randr
``` ```