mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-31 06:36:45 +00:00
Add an option to keep the device awake
Add an option to prevent the device to sleep: scrcpy --stay-awake scrcpy -w The initial state is restored on exit. Fixes #631 <https://github.com/Genymobile/scrcpy/issues/631>
This commit is contained in:
parent
828327365a
commit
c77024314d
10 changed files with 93 additions and 15 deletions
|
@ -144,6 +144,10 @@ It only shows physical touches (not clicks from scrcpy).
|
|||
.B \-v, \-\-version
|
||||
Print the version of scrcpy.
|
||||
|
||||
.TP
|
||||
.B \-w, \-\-stay-awake
|
||||
Keep the device on while scrcpy is running.
|
||||
|
||||
.TP
|
||||
.B \-\-window\-borderless
|
||||
Disable window decorations (display borderless window).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue