1
0
Fork 0

add ix.io to urlhandler

This commit is contained in:
tastytea 2022-09-14 05:42:56 +02:00
parent ef0b26b13f
commit fd6f302538
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ local -A assignments=(
'^https?://paste\.debian\.net/' "readwwwlog"
'^https?://paste\.centos\.org/' "readwwwlog"
'^https?://paste\.ee/' "readwwwlog"
'^https?://ix\.io/' "readwwwlog"
'\.(webm|png|jpe?g|gif|svg|bmp|xcf)(\?.+)?$' "openwwwimg"
'(^magnet:|\.torrent$)' "transmission-remote-gtk"
)