diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-02-13 22:49:36 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-02-13 22:49:36 +0100 |
commit | 68847a7066e38a482fe48848885182496967a8b9 (patch) | |
tree | 71abd867209e729668f47be8c2351e3b2ff79b0d | |
parent | 54f2a2400314596b4182a44b64f78dc62edb232a (diff) | |
download | dotfiles-68847a7066e38a482fe48848885182496967a8b9.tar.gz dotfiles-68847a7066e38a482fe48848885182496967a8b9.tar.xz |
Xdefaults: 2 new urxvt scroll options
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r-- | .Xdefaults | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ URxvt.perl-ext:selection,mark-yank-urls URxvt*urlLauncher: urxvt-link.sh URxvt*matcher.button: 1 URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@!-]*[\\w/-] +URxvt*scrollWithBuffer: true +URxvt*scrollTtyKeypress: true !URxvt*depth: 32 !URxvt*background: rgba:0000/0000/0000/dddd !URxvt*dpi:88 |