add .desktop file, update readme
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
919b84edbf
commit
d887e434c1
3 changed files with 29 additions and 2 deletions
27
librewolf.desktop
Normal file
27
librewolf.desktop
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue