mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-16 14:33:36 -04:00
update docs
This commit is contained in:
parent
7e178369ff
commit
15fb37f1c6
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue