From 2f4b5e011c4345e18a8ad6a9ea968f62e66e08d8 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 21 Aug 2023 16:56:02 +1000 Subject: Adding xdg desktop entries and mimeapp.list --- misc/.local/share/applications/emacsclient.desktop | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 misc/.local/share/applications/emacsclient.desktop (limited to 'misc/.local/share/applications/emacsclient.desktop') diff --git a/misc/.local/share/applications/emacsclient.desktop b/misc/.local/share/applications/emacsclient.desktop new file mode 100644 index 0000000..5e68ffe --- /dev/null +++ b/misc/.local/share/applications/emacsclient.desktop @@ -0,0 +1,22 @@ +[Desktop Entry] +Name=Emacs (Client) +GenericName=Text Editor +Comment=Edit text +MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; +Exec=emacsclient --alternate-editor= --create-frame %F +Icon=emacs +Type=Application +Terminal=false +Categories=Development;TextEditor; +StartupNotify=true +StartupWMClass=Emacs +Keywords=emacsclient; +Actions=new-window;new-instance; + +[Desktop Action new-window] +Name=New Window +Exec=emacsclient --alternate-editor= --create-frame %F + +[Desktop Action new-instance] +Name=New Instance +Exec=emacs %F -- cgit v1.2.3