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

@ -5772,6 +5772,15 @@ TODO: Non-NixOS machines (=sp3) should not use these by default, but instead the
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"];
};
};
#+end_src