diff options
author | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2012-07-13 14:33:48 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2012-07-13 14:33:48 +0200 |
commit | 002b08f9cef903503bf6f829f29d9675cdedca4f (patch) | |
tree | 7efa1ff64607494001ba2e296ffa616145df4dfd | |
parent | 8a674e3af7e4b6362be26f62100bbd3f1c2e6aa0 (diff) | |
download | dotfiles-002b08f9cef903503bf6f829f29d9675cdedca4f.tar.gz dotfiles-002b08f9cef903503bf6f829f29d9675cdedca4f.tar.xz dotfiles-002b08f9cef903503bf6f829f29d9675cdedca4f.zip |
Xdefaults: open ulrs with simple left mouse klick
the default middle click sometimes causes problems: if you miss the url,
you will paste the clipboard content
-rw-r--r-- | Xdefaults | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ URxvt*shading:5 URxvt*termName:rxvt URxvt*secondaryScroll:True URxvt*perl-ext-common: default,matcher +URxvt*matcher.button: 1 URxvt*colorUL: #86a2be |