Skip to content

Instantly share code, notes, and snippets.

Created November 27, 2014 10:26
Show Gist options
  • Save anonymous/336a49734cc5c9bc904c to your computer and use it in GitHub Desktop.
Save anonymous/336a49734cc5c9bc904c to your computer and use it in GitHub Desktop.
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Inbox
Exec=/usr/bin/chromium-browser --app=https://inbox.google.com/u/0/
Icon=inbox
StartupWMClass=inbox.google.com
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Inbox
Exec=/usr/bin/chromium-browser --app=https://inbox.google.com
Icon=inbox
StartupWMClass=inbox.google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment