Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion app.zen_browser.zen.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ StartupNotify=true
Terminal=false
X-MultipleArgs=false
Keywords=Internet;WWW;Browser;Web;Explorer;
Actions=new-window;new-private-window;profilemanager;
Actions=new-window;new-blank-window;new-private-window;profilemanager;

[Desktop Action new-window]
Name=Open a New Window
Exec=launch-script.sh %u

[Desktop Action new-blank-window]
Name=Open a New Blank Window
Exec=launch-script.sh --blank-window %u

[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=launch-script.sh --private-window %u
Expand Down