aboutsummaryrefslogtreecommitdiff
path: root/misc/.local/share/applications/emacsclient-web.desktop
blob: 5beb0f35534a269792bd9a442e68dcfdf6369b80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Desktop Entry]
Categories=Network;Web;
Comment=GNU Emacs is an extensible, customizable text editor - and more
Exec=/usr/bin/emacsclient -n %u
Icon=emacs
Name=Emacs (Web Browser, Client)
MimeType=x-scheme-handler/http;x-scheme-handler/https;
NoDisplay=true
Terminal=false
Type=Application
Keywords=emacsclient;
Actions=new-window;new-instance;

[Desktop Action new-window]
Name=New Window
Exec=/usr/bin/emacsclient --create-frame -n %u

[Desktop Action new-instance]
Name=New Instance
Exec=emacs -f browse-url %u