1
0
Fork 0

Add magnet and torrent URLs to urlhandler

This commit is contained in:
tastytea 2022-04-20 17:41:53 +02:00
parent df1d641ad0
commit 025c3ae0ff
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ local -A assignments=(
'\.(log|txt)$' "readwwwlog"
'^https?://(www\.)?(dpaste|pastebin|irccloud)\.com/' "readwwwlog"
'\.(webm|png|jpe?g|gif|svg|bmp|xcf)$' "openwwwimg"
'(^magnet:|\.torrent$)' "transmission-remote-gtk"
)
local selected_cmd=${default_cmd}