diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-04-14 08:42:29 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-04-14 08:42:29 +0000 |
commit | abda8a1e344773c626c467141eadc516c3622a06 (patch) | |
tree | c36f27aa889aa1bb77b4b35c90e3bc51f8b318d9 /X11/Xresources | |
parent | 2b63e5805b52ef43e72965cc037585c2d05c63c3 (diff) |
Disavle rxvt scrollbar.
Diffstat (limited to 'X11/Xresources')
-rw-r--r-- | X11/Xresources/local | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/X11/Xresources/local b/X11/Xresources/local index 8d6256c..094159f 100644 --- a/X11/Xresources/local +++ b/X11/Xresources/local @@ -6,3 +6,5 @@ URxvt*font: -*-fixed-medium-*-*-*-14-* XTerm*reverseVideo: True Rxvt*reverseVideo: True URxvt*reverseVideo: True +Rxvt*scrollBar: False +URxvt*scrollBar: False |