diff options
author | Adrian Kummerlaender | 2014-12-21 19:58:20 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2014-12-21 19:58:20 +0100 |
commit | c751622a6ac5187c66cf1ab9848decc66677df49 (patch) | |
tree | ce9e0cf8188c55b3a8163fa8e554ecaa172b7b5c /xorg | |
parent | f1ca49e425bc1a819df0dc3ffc1c41cc804f7c8a (diff) | |
download | dotfiles-c751622a6ac5187c66cf1ab9848decc66677df49.tar dotfiles-c751622a6ac5187c66cf1ab9848decc66677df49.tar.gz dotfiles-c751622a6ac5187c66cf1ab9848decc66677df49.tar.bz2 dotfiles-c751622a6ac5187c66cf1ab9848decc66677df49.tar.lz dotfiles-c751622a6ac5187c66cf1ab9848decc66677df49.tar.xz dotfiles-c751622a6ac5187c66cf1ab9848decc66677df49.tar.zst dotfiles-c751622a6ac5187c66cf1ab9848decc66677df49.zip |
Removed unnecessary scroll wheel plugin from urxvt
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/.Xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources index bf0a02f..92fe724 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -3,7 +3,7 @@ URxvt.foreground: #d9d9d9 URxvt.scrollBar: false URxvt.transparent: false URxvt.font: xft:Droid Sans Mono:size=8 -URxvt.perl-ext-common: default,vtwheel,matcher,clipboard +URxvt.perl-ext-common: default,matcher,clipboard URxvt.saveLines: 10000 URxvt.inheritPixmap: false URxvt.matcher.button: 1 |