diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-09-01 19:00:39 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-09-01 19:00:39 +0200 |
commit | f6775f1d121ef4d26e3702a7fad8807d7bb5ce4a (patch) | |
tree | db3091924da83dcd4c69f08a43d137ff3ef5c795 | |
parent | 2053a6dc8d4d25cca95b2bd177ea213452208157 (diff) | |
download | dotfiles-f6775f1d121ef4d26e3702a7fad8807d7bb5ce4a.tar.gz dotfiles-f6775f1d121ef4d26e3702a7fad8807d7bb5ce4a.tar.xz |
Xdefaults: open links on right click
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .Xdefaults | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ URxvt.keysym.M-u: perl:url-select:select_next URxvt.url-select.launcher: urxvt-link.sh URxvt.url-select.underline: true URxvt*urlLauncher: urxvt-link.sh -URxvt*url-select.button: 1 +URxvt*url-select.button: 3 !URxvt*matcher.button: 1 !URxvt.matcher.rend.0: Uline fg6 !URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@!-]*[\\w/-] |