diff options
author | B Stack <bgstack15@gmail.com> | 2021-02-01 09:35:54 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-02-01 09:35:54 -0500 |
commit | 9a0c533c0a343c4c35cab431f67b98f3a6e94e12 (patch) | |
tree | 6b6b51c2e0e387c518aa08ac988b9cbc46688135 /appimage/content/io.gitlab.LibreWolf.desktop | |
parent | add notes from !12 (diff) | |
parent | fix a badly merged patch (diff) | |
download | librewolf-linux-9a0c533c0a343c4c35cab431f67b98f3a6e94e12.tar.gz librewolf-linux-9a0c533c0a343c4c35cab431f67b98f3a6e94e12.tar.bz2 librewolf-linux-9a0c533c0a343c4c35cab431f67b98f3a6e94e12.zip |
Merge branch 'master' of https://gitlab.com/librewolf-community/browser/linux into debian
Diffstat (limited to 'appimage/content/io.gitlab.LibreWolf.desktop')
-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 |