From d2c331b9f036951eef062dd5141c75182375ba12 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 00:56:22 +0200 Subject: Add current configuration --- common/.local/share/applications/emacsclient-mail.desktop | 5 +++++ common/.local/share/applications/emacsclient.desktop | 5 +++++ common/.local/share/applications/torrent.desktop | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 common/.local/share/applications/emacsclient-mail.desktop create mode 100644 common/.local/share/applications/emacsclient.desktop create mode 100644 common/.local/share/applications/torrent.desktop (limited to 'common/.local/share') diff --git a/common/.local/share/applications/emacsclient-mail.desktop b/common/.local/share/applications/emacsclient-mail.desktop new file mode 100644 index 0000000..d84e5f5 --- /dev/null +++ b/common/.local/share/applications/emacsclient-mail.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Emacsclient (Mail) +Exec=emacsclient -e '(message-mailto "%u")' +NoDisplay=true diff --git a/common/.local/share/applications/emacsclient.desktop b/common/.local/share/applications/emacsclient.desktop new file mode 100644 index 0000000..f2f9c74 --- /dev/null +++ b/common/.local/share/applications/emacsclient.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Emacsclient +Exec=emacsclient -a emacs %F +NoDisplay=true diff --git a/common/.local/share/applications/torrent.desktop b/common/.local/share/applications/torrent.desktop new file mode 100644 index 0000000..40c5a25 --- /dev/null +++ b/common/.local/share/applications/torrent.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Transmission add +Exec=transmission-remote -a %u +NoDisplay=true -- cgit v1.2.3