Add magnet and torrent URLs to urlhandler
This commit is contained in:
parent
df1d641ad0
commit
025c3ae0ff
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user