From: ds6 Date: Sat, 3 Feb 2018 06:04:50 +0000 (-0600) Subject: fixed urxvt matcher url regex X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/14fa2e4bf19d122828d399f1574af50020bb0559?hp=fad7b951ab3634c915ecb9aceb3829eac1713626 fixed urxvt matcher url regex --- diff --git a/base/.Xresources b/base/.Xresources index 872bd74..b621979 100644 --- a/base/.Xresources +++ b/base/.Xresources @@ -85,7 +85,7 @@ URxvt.visualBell: true URxvt.url-launcher: /usr/local/bin/xdg-open URxvt.matcher.button: 1 -URxvt.matcher.pattern.0: [a-zA-Z\d]+:/+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\w\\d\\,!#$&\\-;=?~[\\]/]|%[\\da-fA-F]{2})*)? +URxvt.matcher.pattern.0: [a-zA-Z\d]+:/+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\w\\d\\.!#$&\\-;=?~[\\]/]|%[\\da-fA-F]{2})*)? URxvt.matcher.rend.0: Uline Bold fg6 !URxvt.matcher.pattern.1: \\s(/\\S+?):(\\d+)(?=:|$) !URxvt.matcher.rend.1: Uline fg3