blob: 6f401fcf3f0f5185088e5a30c0cb891cebddf7cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[Desktop Entry]
Version=1.0
Name=Workfox
Exec=env MOZ_APP_REMOTINGNAME=workfox librewolf --name workfox --profile /home/robert/.librewolf/hibiki.work %u
Comment=Browse the World Wide Web (for Work)
GenericName=Web Browser (for Work)
Keywords=Internet;WWW;Browser;Web;Explorer
Icon=workfox
Terminal=false
X-MultipleArgs=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
StartupNotify=true
StartupWMClass=LibreWolf
Categories=Network;WebBrowser;
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=Open a New Window
Exec=env MOZ_APP_REMOTINGNAME=workfox librewolf --name workfox --profile /home/robert/.librewolf/hibiki.work --new-window %u
[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=env MOZ_APP_REMOTINGNAME=workfox librewolf --name workfox --profile /home/robert/.librewolf/hibiki.work --private-window %u
|