Add firefox shortcuts for gnome
This commit is contained in:
parent
6b9f0a91f7
commit
25ceda8cf1
2 changed files with 26 additions and 0 deletions
13
.local/share/applications/firefox-beta-arity.desktop
Normal file
13
.local/share/applications/firefox-beta-arity.desktop
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Firefox Beta (Arity)
|
||||
GenericName=Web Browser
|
||||
Comment=Browse the Web
|
||||
Exec=firefox-beta %u -P Arity --new-instance --name firefox-arity
|
||||
Icon=firefox-beta
|
||||
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;
|
||||
StartupWMClass=firefox-arity
|
||||
Categories=Network;WebBrowser;
|
||||
Keywords=web;browser;internet;
|
13
.local/share/applications/firefox-beta-work.desktop
Normal file
13
.local/share/applications/firefox-beta-work.desktop
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Firefox Beta (Work)
|
||||
GenericName=Web Browser
|
||||
Comment=Browse the Web
|
||||
Exec=firefox-beta %u -P Work --new-instance --name firefox-work
|
||||
Icon=firefox-beta
|
||||
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;
|
||||
StartupWMClass=firefox-work
|
||||
Categories=Network;WebBrowser;
|
||||
Keywords=web;browser;internet;
|
Loading…
Reference in a new issue