From 895dd315b355ee82d52106345d6b72e47fd97f80 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 7 Sep 2012 21:40:31 +0200 Subject: Xdefaults: fix url-select to work with urxvt-perls Signed-off-by: Florian Pritz --- .Xdefaults | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.Xdefaults') diff --git a/.Xdefaults b/.Xdefaults index 3c72da7..944e21f 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -20,14 +20,15 @@ URxvt*reverseVideo: false URxvt*title: Terminal URxvt*fading: 0 URxvt*shading: 10 -URxvt*perl-ext-common: default,matcher +URxvt.perl-ext: default,url-select URxvt.underlineURLs: true URxvt.keysym.M-u: perl:url-select:select_next -URxvt.perl-ext:default,url-select +URxvt.url-select.launcher: urxvt-link.sh +URxvt.url-select.underline: true URxvt*urlLauncher: urxvt-link.sh -URxvt*matcher.button: 1 -URxvt.matcher.rend.0: Uline fg6 -URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@!-]*[\\w/-] +!URxvt*matcher.button: 1 +!URxvt.matcher.rend.0: Uline fg6 +!URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@!-]*[\\w/-] URxvt*scrollWithBuffer: true URxvt*scrollTtyKeypress: true URxvt*background: rgba:0000/0000/0000/eeee -- cgit v1.2.3-24-g4f1b