diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-09-07 21:40:31 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-09-07 21:40:31 +0200 |
commit | 895dd315b355ee82d52106345d6b72e47fd97f80 (patch) | |
tree | b52d28f2c212debc40aed8b770e8ebbbb7bf4550 /.Xdefaults | |
parent | bfab7262fdc40f0d8825df6c0aa6e1972f07bfb9 (diff) | |
download | dotfiles-895dd315b355ee82d52106345d6b72e47fd97f80.tar.gz dotfiles-895dd315b355ee82d52106345d6b72e47fd97f80.tar.xz |
Xdefaults: fix url-select to work with urxvt-perls
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 |