mirror of
https://github.com/Genymobile/scrcpy
synced 2024-11-09 07:10:29 +00:00
f12590ed08
The README.md page is HUGE. Split it up. Also document audio forwarding and improve installation instructions for each platform and user documentation. PR #3774 <https://github.com/Genymobile/scrcpy/pull/3774>
885 B
885 B
Window
Title
By default, the window title is the device model. It can be changed:
scrcpy --window-title='My device'
Position and size
The initial window position and size may be specified:
scrcpy --window-x=100 --window-y=100 --window-width=800 --window-height=600
Borderless
To disable window decorations:
scrcpy --window-borderless
Always on top
To keep the window always on top:
scrcpy --always-on-top
Fullscreen
The app may be started directly in fullscreen:
scrcpy --fullscreen
scrcpy -f # short version
Fullscreen mode can then be toggled dynamically with MOD+f (see shortcuts).
Disable screensaver
By default, scrcpy does not prevent the screensaver from running on the computer. To disable it:
scrcpy --disable-screensaver