firefox: Open new instances in new window
This especially includes the handling of klicked hyperlinks from other applications.
This commit is contained in:
parent
dba765ad75
commit
7ac2337a5c
1 changed files with 24 additions and 0 deletions
24
.local/share/applications/firefox.desktop
Normal file
24
.local/share/applications/firefox.desktop
Normal file
|
@ -0,0 +1,24 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Firefox
|
||||
GenericName=Web Browser
|
||||
Comment=Browse the World Wide Web
|
||||
Keywords=Internet;WWW;Browser;Web;Explorer
|
||||
Exec=/usr/lib/firefox/firefox --new-window %u
|
||||
Icon=firefox
|
||||
Terminal=false
|
||||
X-MultipleArgs=false
|
||||
Type=Application
|
||||
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
|
||||
StartupNotify=true
|
||||
StartupWMClass=firefox
|
||||
Categories=Network;WebBrowser;
|
||||
Actions=new-window;new-private-window;
|
||||
|
||||
[Desktop Action new-window]
|
||||
Name=New Window
|
||||
Exec=/usr/lib/firefox/firefox --new-window %u
|
||||
|
||||
[Desktop Action new-private-window]
|
||||
Name=New Private Window
|
||||
Exec=/usr/lib/firefox/firefox --private-window %u
|
Loading…
Add table
Reference in a new issue