diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-08-08 14:47:45 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-08-08 14:47:45 +0200 |
commit | 5046d6d795edb584b5e36adc4196a3a28b0ee406 (patch) | |
tree | 9f07ae5ba30a632e63ca12905a0a827b691e9744 | |
parent | 1bf05d62092a1cc3f9fe9e7d6423aff01dc32f7b (diff) | |
download | dotfiles-5046d6d795edb584b5e36adc4196a3a28b0ee406.tar.gz dotfiles-5046d6d795edb584b5e36adc4196a3a28b0ee406.tar.xz |
Xdefaults: open links with left mouse
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .Xdefaults | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +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*matcher.button: 1 !URxvt.matcher.rend.0: Uline fg6 !URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@!-]*[\\w/-] |