flathub / org.chromium.Chromium

https://flathub.org/apps/details/org.chromium.Chromium
45 stars 26 forks source link

Alias for chromium on linux #296

Closed jhenrii93 closed 1 year ago

jhenrii93 commented 1 year ago

Hi everyone !

I made this alias on my ubuntu to open chromium from terminal : alias chromium="flatpak run org.chromium.Chromium"; but when i want to open a html file its open in a new tab. What should i chage in the alias to open in a new window instead?

wjt commented 1 year ago

I searched for chromium command line arguments and found this page https://peter.sh/experiments/chromium-command-line-switches/ which suggests that the command-line argument is --new-window.