Closed jhenrii93 closed 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?
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.
chromium command line arguments
--new-window
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?