From 14fa2e4bf19d122828d399f1574af50020bb0559 Mon Sep 17 00:00:00 2001 From: ds6 Date: Sat, 3 Feb 2018 00:04:50 -0600 Subject: [PATCH] fixed urxvt matcher url regex --- base/.Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0