From de20fc8d904643ffe6957febfc6a24e57c12b512 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 9 Mar 2024 14:52:56 +0100 Subject: Separate home service into PIM, dev env and graphical parts This means we only instantiate Shepherd and mcron services if we really need them, to avoid annoyance on servers. --- tw/home/files/emacsclient.desktop | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 tw/home/files/emacsclient.desktop (limited to 'tw/home/files/emacsclient.desktop') diff --git a/tw/home/files/emacsclient.desktop b/tw/home/files/emacsclient.desktop deleted file mode 100644 index 5e68ffef..00000000 --- a/tw/home/files/emacsclient.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[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