Skip to content

Instantly share code, notes, and snippets.

@kurtis318
Created February 7, 2019 16:24
Show Gist options
  • Save kurtis318/463ca8b0b1577420ad77c83f18329fca to your computer and use it in GitHub Desktop.
Save kurtis318/463ca8b0b1577420ad77c83f18329fca to your computer and use it in GitHub Desktop.
Launch url as window in Chrome

Issue:

Launching a web site as a boarderless window in Google Chrome broswer can be done using 'More Tools -> Create Shortcut'. This works and gives an icon even but i have seen them break or go away. Sometimes they will launch in a boarderless window and sometimes not.

Solution:

Use the --app option when launching google-chrome command.

google-chrome --app=https://mail.google.gom

Of course, creating a launcher in a desktop would be preferred. Icons for desktops will need to be downloaded separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment