add .desktop file, update readme
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2025-03-08 17:53:21 -06:00
parent 919b84edbf
commit d887e434c1
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
3 changed files with 29 additions and 2 deletions

27
librewolf.desktop Normal file
View file

@ -0,0 +1,27 @@
[Desktop Entry]
Type=Application
Name=LibreWolf
GenericName=Web Browser
StartupNotify=true
Terminal=false
MimeType=application/json;application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
Comment=Browse the World Wide Web
Categories=Network;WebBrowser;Security;
StartupWMClass=librewolf-default
Exec=MYDIR/librewolf %u
Icon=librewolf
Actions=new-window;new-private-window;safe-mode;preferences;
[Desktop Action new-window]
Name=New Window
Exec=MYDIR/librewolf
[Desktop Action new-private-window]
Name=New Private Window
Exec=MYDIR/librewolf --private-window %u
[Desktop Action safe-mode]
Name=Start in Safe Mode
Exec=MYDIR/librewolf --safe-mode
[Desktop Action preferences]
Name=Show Preferences
Exec=MYDIR/librewolf --preferences