21 lines
758 B
Desktop File
21 lines
758 B
Desktop File
|
[Desktop Entry]
|
||
|
Name=Firefox Developer Edition
|
||
|
GenericName=Web Browser
|
||
|
Exec=/home/jonathan/.local/bin/firefox-dev %u
|
||
|
Icon=/home/jonathan/.local/opt/firefox/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
|
||
|
Categories=Network;WebBrowser;
|
||
|
Keywords=web;browser;internet;
|
||
|
Actions=new-window;new-private-window;
|
||
|
StartupWMClass=Firefox Developer Edition
|
||
|
|
||
|
[Desktop Action new-window]
|
||
|
Name=Open a New Window
|
||
|
Exec=/home/jonathan/.local/bin/firefox-dev %u
|
||
|
|
||
|
[Desktop Action new-private-window]
|
||
|
Name=Open a New Private Window
|
||
|
Exec=/home/jonathan/.local/bin/firefox-dev --private-window %u
|