Document --window-title in README
This commit is contained in:
parent
4b997239f3
commit
e4ac943d86
1 changed files with 8 additions and 0 deletions
|
@ -289,6 +289,14 @@ latency), use:
|
||||||
scrcpy --render-expired-frames
|
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
|
### Forward audio
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue