aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-02-05 17:46:17 -0500
committertdro <tdro@users.noreply.github.com>2021-02-05 17:46:17 -0500
commitf288bf5d6d259b01a24d1d098941f3c655e85a95 (patch)
tree520381a7e888397b770f55e5201315062617b26e
parent8afadaa350909c739faee73e9d0a1ab45d75a94b (diff)
downloaddotfiles-f288bf5d6d259b01a24d1d098941f3c655e85a95.tar.gz
dotfiles-f288bf5d6d259b01a24d1d098941f3c655e85a95.tar.bz2
dotfiles-f288bf5d6d259b01a24d1d098941f3c655e85a95.zip
.config/mimeapps: Add torrent application
-rw-r--r--.config/mimeapps.list3
-rw-r--r--.local/share/applications/torrent.desktop5
2 files changed, 8 insertions, 0 deletions
diff --git a/.config/mimeapps.list b/.config/mimeapps.list
index 5c1c6e0..f6664a9 100644
--- a/.config/mimeapps.list
+++ b/.config/mimeapps.list
@@ -11,6 +11,7 @@ application/vnd.openxmlformats-officedocument.spreadsheetml.template=libreoffice
application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice.desktop;
application/vnd.openxmlformats-officedocument.wordprocessingml.template=libreoffice.desktop;
application/x-awk=editor.desktop;
+application/x-bittorrent=torrent.desktop;
application/x-desktop=editor.desktop;
application/x-shellscript=editor.desktop;
audio/32kadpcm=audio.desktop;
@@ -214,8 +215,10 @@ video/x-ms-wmx=video.desktop;
video/x-ms-wvx=video.desktop;
video/x-msvideo=video.desktop;
video/x-sgi-movie=video.desktop;
+x-scheme-handler/magnet=torrent.desktop;
x-scheme-handler/mailto=email.desktop;
[Default Applications]
message/rfc822=email.desktop;
+x-scheme-handler/magnet=torrent.desktop;
x-scheme-handler/mailto=email.desktop;
diff --git a/.local/share/applications/torrent.desktop b/.local/share/applications/torrent.desktop
new file mode 100644
index 0000000..8b157c2
--- /dev/null
+++ b/.local/share/applications/torrent.desktop
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Name=Torrent Application
+Type=Application
+NoDisplay=true
+Exec=transmission-gtk %u