From b61b58ce2c1371d6f904f108fa7feed3abfbe5c7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 8 Apr 2026 13:18:14 +0900 Subject: * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated-commit-by: dots Signed-off-by: Robert Günzler --- .local/share/applications/workfox.desktop | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .local/share/applications/workfox.desktop (limited to '.local/share/applications/workfox.desktop') diff --git a/.local/share/applications/workfox.desktop b/.local/share/applications/workfox.desktop new file mode 100644 index 0000000..6f401fc --- /dev/null +++ b/.local/share/applications/workfox.desktop @@ -0,0 +1,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 -- cgit 1.4.1