diff --git a/.local/share/applications/firefox-Work.desktop b/.local/share/applications/firefox-Work.desktop new file mode 100644 index 0000000..82d7cb3 --- /dev/null +++ b/.local/share/applications/firefox-Work.desktop @@ -0,0 +1,25 @@ +[Desktop Entry] +Version=1.0 +Name=Firefox (Work) +Comment=Browse the World Wide Web +GenericName=Web Browser +Keywords=Internet;WWW;Browser;Web;Explorer +Exec=firefox -P Work %u +Terminal=false +X-MultipleArgs=false +Type=Application +Icon=firefox +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=firefox -P Work -new-window +OnlyShowIn=Unity; + +[Desktop Action NewPrivateWindow] +Name=Open a New Private Window +Exec=firefox -P Work -private-window +OnlyShowIn=Unity;