You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/doc/window.md

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