From 92539968739ea8ba58af3f19541b2b9c4e89c7e2 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Wed, 5 Jun 2019 19:01:42 +0200 Subject: [PATCH] Add README section explaining --turn-screen-off --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a0bc3914..2dcb3434 100644 --- a/README.md +++ b/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