Skip to content

Instantly share code, notes, and snippets.

@yhojann-cl
Created November 9, 2019 13:17
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 yhojann-cl/1ad70adb028b70a851617d5a5f386ec0 to your computer and use it in GitHub Desktop.
Save yhojann-cl/1ad70adb028b70a851617d5a5f386ec0 to your computer and use it in GitHub Desktop.
[Desktop Entry]
Version=1.0
Name=Firefox Web Browser (work)
Name[es]=Navegador web Firefox (work)
Comment=Browse the World Wide Web (work)
Comment[es]=Navegue por la web (work)
GenericName=Web Browser (work)
GenericName[es]=Navegador web (work)
Keywords=Internet;WWW;Browser;Web;Explorer
Keywords[es]=Explorador;Internet;WWW
Exec=firefox --class firefox-work -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=new-window;new-private-window;
StartupWMClass=firefox-work
[Desktop Action new-window]
Name=Open a New Window (work)
Name[es]=Abrir una ventana nueva (work)
Exec=firefox --class firefox-work -P work -new-window
StartupWMClass=firefox-work
[Desktop Action new-private-window]
Name=Open a New Private Window (work)
Name[es]=Abrir una ventana privada nueva (work)
Exec=firefox --class firefox-work -P work -private-window
StartupWMClass=firefox-work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment