Skip to content

Instantly share code, notes, and snippets.

@LeoMcA
Last active May 11, 2020 16:25
Show Gist options
  • Save LeoMcA/bfe166d196f4aa5e754000ecbd93cae6 to your computer and use it in GitHub Desktop.
Save LeoMcA/bfe166d196f4aa5e754000ecbd93cae6 to your computer and use it in GitHub Desktop.
Firefox Nightly .desktop file
[Desktop Entry]
Version=1.0
Name=Nightly
GenericName=Web Browser
Comment=Browse the Web
Exec=/home/leo/.local/bin/nightly -P default-nightly %u
Icon=/home/leo/.local/share/nightly/browser/chrome/icons/default/default128.png
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
StartupNotify=true
StartupWMClass=Nightly
Categories=Network;WebBrowser;
Keywords=web;browser;internet;
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=New Window
Exec=/home/leo/.local/bin/nightly -P default-nightly --new-window %u
[Desktop Action new-private-window]
Name=New Private Window
Exec=/home/leo/.local/bin/nightly -P default-nightly --private-window %u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment