Window
Disable window
Section titled “Disable window”To disable window (may be useful for recording or for playing audio only):
scrcpy --no-window --record=file.mp4# Ctrl+C to interruptBy default, the window title is the device model. It can be changed:
scrcpy --window-title='My device'Position and size
Section titled “Position and size”The initial window position and size may be specified:
scrcpy --window-x=100 --window-y=100 --window-width=800 --window-height=600Borderless
Section titled “Borderless”To disable window decorations:
scrcpy --window-borderlessAlways on top
Section titled “Always on top”To keep the window always on top:
scrcpy --always-on-topFullscreen
Section titled “Fullscreen”The app may be started directly in fullscreen:
scrcpy --fullscreenscrcpy -f # short versionFullscreen mode can then be toggled dynamically with MOD+f (see shortcuts).
Disable screensaver
Section titled “Disable screensaver”By default, scrcpy does not prevent the screensaver from running on the computer. To disable it:
scrcpy --disable-screensaver