summaryrefslogtreecommitdiff
path: root/common/.local/share
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-07-22 00:56:22 +0200
committerSimon Parri <simonparri@ganzeria.com>2025-07-22 11:49:01 +0200
commitd2c331b9f036951eef062dd5141c75182375ba12 (patch)
tree325bf3c56b70ec845e8de9349f45408ed844e747 /common/.local/share
downloaddotfiles-d2c331b9f036951eef062dd5141c75182375ba12.tar.gz
dotfiles-d2c331b9f036951eef062dd5141c75182375ba12.zip
Add current configuration
Diffstat (limited to 'common/.local/share')
-rw-r--r--common/.local/share/applications/emacsclient-mail.desktop5
-rw-r--r--common/.local/share/applications/emacsclient.desktop5
-rw-r--r--common/.local/share/applications/torrent.desktop5
3 files changed, 15 insertions, 0 deletions
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