diff options
author | root <root@jones.dk> | 2009-07-18 12:13:48 +0200 |
---|---|---|
committer | root <root@jones.dk> | 2009-07-18 12:13:48 +0200 |
commit | 86ef3a4a5e656071b816c82f96c1635759835318 (patch) | |
tree | ea9bf0c0ab70a15ab8288417c41a7be9e1282654 /X11/Xresources/local | |
parent | 123810f2089ef0acd0d11e7be5be6eaaa4d33aa6 (diff) |
Disable scrollbar for xterm (not only rxvt).
Diffstat (limited to 'X11/Xresources/local')
-rw-r--r-- | X11/Xresources/local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/X11/Xresources/local b/X11/Xresources/local index 0227336..c93f3b7 100644 --- a/X11/Xresources/local +++ b/X11/Xresources/local @@ -10,6 +10,7 @@ XTerm*foreground: White Rxvt*background: Black Rxvt*foreground: White +XTerm*scrollBar: False Rxvt*scrollBar: False Rxvt*saveLines: 500 |