chore: add separate emacsclient .desktop file

This commit is contained in:
Swarsel 2024-07-17 12:40:52 +02:00
parent 0cae61e3ec
commit 310c9e3b84
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 48 additions and 10 deletions

View file

@ -477,6 +477,15 @@ xdg.desktopEntries = {
categories = [ "Application"];
};
emacsclient-newframe = {
name = "Emacs (Client, New Frame)";
genericName = "Emacs (Client, New Frame)";
exec = "emacsclient -r %u";
icon = "emacs";
terminal = false;
categories = [ "Development" "TextEditor"];
};
};
home.file = {