]> git.sev.monster Git - dotfiles.git/commitdiff
changed urxvt matcher url pattern again
authords6 <git@ds6.pw>
Wed, 31 Jan 2018 07:41:56 +0000 (01:41 -0600)
committerds6 <git@ds6.pw>
Wed, 31 Jan 2018 07:41:56 +0000 (01:41 -0600)
base/.Xresources

index fd515ca1f646b902c285e2ab65cabf1858789741..872bd7435941f8ef474ae04b3f04b0a97cdabd33 100644 (file)
@@ -85,7 +85,7 @@ URxvt.visualBell:         true
 
 URxvt.url-launcher:       /usr/local/bin/xdg-open
 URxvt.matcher.button:     1
-URxvt.matcher.pattern.0:  \\w+:/+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\d\\w/!#$&\\-;=?~[\\]]|%[\\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
This page took 0.035421 seconds and 4 git commands to generate.