Start maximized
Do it is possible to start scrcpy maximized in Windows, without to have to click che window button?
the help have a tiny error:
--window-height value Set the initial window width. Default is 0 (automatic).
No, but why not fullscreen instead of maximized?
I would to switch other app from taskbar.
I have the same problem, how is the feature going on? @rom1v
Well, I found a workaround like this:
scrcpy --window-borderless --window-height=1080 --window-width=1880
This makes scrcpy start with a borderless maximized window without covering the taskbar.
My taskbar is on the right of the screen with 40px width, so I set the window width to 1920 - 40 = 1880.
This solves the problem but not perfect, because we have to do some calculate.
After I open a app the workaround fail. The windows resize to app size.