From e4ac943d86e6328f53eb63f86164da534b293524 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Mon, 24 Jun 2019 21:36:54 +0200 Subject: [PATCH] Document --window-title in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 37a83e62..c0a4c510 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,14 @@ latency), use: scrcpy --render-expired-frames ``` +### Custom window title + +By default, the window title is the device model. It can be changed: + +```bash +scrcpy --window-title 'My device' +``` + ### Forward audio -- GitLab