Skip to content

Instantly share code, notes, and snippets.

@KushagraKarira
Created August 10, 2018 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KushagraKarira/e8fd6840869464594267574206e00db4 to your computer and use it in GitHub Desktop.
Save KushagraKarira/e8fd6840869464594267574206e00db4 to your computer and use it in GitHub Desktop.
Firefox Nightly .desktop file
[Desktop Entry]
Version=1.0
Name=Nightly
Comment=Browse the World Wide Web
GenericName=Web Browser
Keywords=Internet;WWW;Browser;Web;Explorer
Exec=nightly %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=nightly
Categories=GNOME;GTK;Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
StartupNotify=true
Actions=NewWindow;NewPrivateWindow;
[Desktop Action NewWindow]
Name=Open a New Window
Exec=nightly -new-window
[Desktop Action NewPrivateWindow]
Name=Open a New Private Window
Exec=nightly -private-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment