mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-14 14:33:10 -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
|
||||
|
||||
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
|
||||
# Turn off
|
||||
|
|
@ -178,13 +180,13 @@ mmsg dispatch toggle_monitor,eDP-1
|
|||
You can also use `wlr-randr` for monitor management:
|
||||
|
||||
```bash
|
||||
# Turn off monitor
|
||||
# remove a monitor
|
||||
wlr-randr --output eDP-1 --off
|
||||
|
||||
# Turn on monitor
|
||||
# add a monitor
|
||||
wlr-randr --output eDP-1 --on
|
||||
|
||||
# Show all monitors
|
||||
# Show all monitors spec
|
||||
wlr-randr
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue