Skip to content

Instantly share code, notes, and snippets.

@oxechicao
Last active December 6, 2018 02:33
Show Gist options
  • Save oxechicao/d285a78aec5922d9a6be93f1c0a0f8d8 to your computer and use it in GitHub Desktop.
Save oxechicao/d285a78aec5922d9a6be93f1c0a0f8d8 to your computer and use it in GitHub Desktop.
Firefox developer edition desktop shotcut
[Desktop Entry]
Version=1.0
Name=Firefox Developer
GenericName=Web Browser
Comment=Access the Internet
Exec=/opt/firefox/firefox %U
StartupNotify=true
Terminal=false
Icon=/opt/firefox/browser/chrome/icons/default/default128.png
Type=Application
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml_xml;image/webp;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=Nova Janela
Exec=/opt/firefox/firefox %U
[Desktop Action new-private-window]
Name=Nova Janela Privada
Exec=/opt/firefox/firefox %U --private-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment