From e79129bb75b2a63f82a99678d777872f124156df Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Wed, 25 Dec 2024 18:44:55 +1100 Subject: [emacs][bashrc] Various web changes - emacs as web browser - libfic download - fix pdf-merge --- .../share/applications/emacsclient-web.desktop | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 misc/.local/share/applications/emacsclient-web.desktop (limited to 'misc/.local/share') diff --git a/misc/.local/share/applications/emacsclient-web.desktop b/misc/.local/share/applications/emacsclient-web.desktop new file mode 100644 index 0000000..5beb0f3 --- /dev/null +++ b/misc/.local/share/applications/emacsclient-web.desktop @@ -0,0 +1,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 -- cgit v1.2.3