What is the command to open a webpage in a new chromium tab?
Sebastian Wright
I know that if I use chromium-browser --app= it will open a new Application Shortcut window without the tab bar or navigation bar. I want to know the command that will open a webpage in a regular Chromium window, or if one is already open, open it in a new tab.
2 Answers
Try this:chromium-browser
Maybe add:
DISPLAY=:0Before
chromium-browser Like this:
DISPLAY=:0 chromium-browser