mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-05 14:04:26 +01:00
Add README section explaining --turn-screen-off
This commit is contained in:
14
README.md
14
README.md
@@ -256,6 +256,20 @@ scrcpy --no-control
|
||||
scrcpy -n
|
||||
```
|
||||
|
||||
### Turn screen off
|
||||
|
||||
It is possible to turn the device screen off while mirroring on start with a
|
||||
command-line option:
|
||||
|
||||
```bash
|
||||
scrcpy --turn-screen-off
|
||||
scrcpy -S
|
||||
```
|
||||
|
||||
Or by pressing `Ctrl`+`o` at any time.
|
||||
|
||||
To turn it back on, press `POWER` (or `Ctrl`+`p`).
|
||||
|
||||
|
||||
### Forward audio
|
||||
|
||||
|
||||
Reference in New Issue
Block a user