diff options
Diffstat (limited to 'appimage')
-rw-r--r-- | appimage/content/io.gitlab.LibreWolf.desktop | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/appimage/content/io.gitlab.LibreWolf.desktop b/appimage/content/io.gitlab.LibreWolf.desktop index 19cecfd..1f5f5da 100644 --- a/appimage/content/io.gitlab.LibreWolf.desktop +++ b/appimage/content/io.gitlab.LibreWolf.desktop @@ -10,3 +10,16 @@ StartupNotify=true Terminal=false X-MultipleArgs=false Keywords=Internet;WWW;Browser;Web;Explorer; +Actions=new-window;new-private-window;profilemanager; + +[Desktop Action new-window] +Name=Open a New Window +Exec=librewolf %u + +[Desktop Action new-private-window] +Name=Open a New Private Window +Exec=librewolf --private-window %u + +[Desktop Action profilemanager] +Name=Open the Profile Manager +Exec=librewolf --ProfileManager %u |