mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-03 16:15:40 +00:00
Accept negative window position
It seems to work on some window managers. Fixes #1242 <https://github.com/Genymobile/scrcpy/issues/1242>
This commit is contained in:
parent
3504c0016b
commit
dc7c677728
5 changed files with 25 additions and 11 deletions
|
@ -131,13 +131,13 @@ Set a custom window title.
|
|||
.BI "\-\-window\-x " value
|
||||
Set the initial window horizontal position.
|
||||
|
||||
Default is -1 (automatic).\n
|
||||
Default is "auto".\n
|
||||
|
||||
.TP
|
||||
.BI "\-\-window\-y " value
|
||||
Set the initial window vertical position.
|
||||
|
||||
Default is -1 (automatic).\n
|
||||
Default is "auto".\n
|
||||
|
||||
.TP
|
||||
.BI "\-\-window\-width " value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue