From fd6f302538e6f4204ab7d7134bbfe59ee77b0fe8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 14 Sep 2022 05:42:56 +0200 Subject: [PATCH] add ix.io to urlhandler --- .local/bin/urlhandler | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/urlhandler b/.local/bin/urlhandler index 97bfd8e..15e1ba1 100755 --- a/.local/bin/urlhandler +++ b/.local/bin/urlhandler @@ -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" )