diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-09 01:51:10 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-09 01:51:10 -0400 |
commit | 24e5432e99faf7f0ae2308198e88e64a98883fff (patch) | |
tree | b6841f5a3a19cc986137484e35162ab8fb9e69e7 /.local/share/applications/torrent.desktop | |
parent | 58ec24d6e0dd4d8aa9b9cc0e5351e7c63f8e6c73 (diff) |
Use mimeapps to open the correct applications
Diffstat (limited to '.local/share/applications/torrent.desktop')
-rw-r--r-- | .local/share/applications/torrent.desktop | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/share/applications/torrent.desktop b/.local/share/applications/torrent.desktop new file mode 100644 index 0000000..f6d28d9 --- /dev/null +++ b/.local/share/applications/torrent.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Torrent +Exec=/usr/bin/env transadd %U |