I start a chromium windows via
chromium --new-window http://google.com
How to force it to open with given dimensions, such as width 800px, heigh 600px ?
I did try chromium-browser --new-window --window-size=300,500
, chromium-browser http://google.com --new-window --app-shell-host-window-size=400x400 --ash-host-window-bounds=100+200-600x300
and variants without success.
Try with:
chromium-browser --window-size=800,600 https://www.google.com
Also can set the property --window-position=0,0
for example, opens browser in the upper right corner.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With