summarylogtreecommitdiffstats
path: root/dot.desktop
blob: cc133cd0d72c2a73e04ef38ee4be27fd34356278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Desktop Entry]
Name=Dot Browser
GenericName=Web Browser
Exec=dot %u
Icon=dot
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
StartupNotify=true
StartupWMClass=Dot
Categories=Network;WebBrowser;
Keywords=web;browser;internet;
Actions=new-window;new-private-window;

[Desktop Action new-window]
Name=New Window
Exec=dot --new-window %u

[Desktop Action new-private-window]
Name=New Private Window
Exec=dot --private-window %u