How to set Chromium's window size via terminal?

Viewed 21138

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.

1 Answers
Related