diff options
Diffstat (limited to '.Xdefaults')
-rw-r--r-- | .Xdefaults | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |