tv URxvt saveLines: 4096 -> 10000
This commit is contained in:
parent
de4d914d4c
commit
8b5683bfef
|
@ -44,7 +44,7 @@ pkgs.writeText "Xresources" /* xdefaults */ ''
|
|||
URxvt*url-select.underline: true
|
||||
URxvt*colorUL: #4682B4
|
||||
URxvt.perl-lib: ${pkgs.urxvt_perls}/lib/urxvt/perl
|
||||
URxvt.saveLines: 4096
|
||||
URxvt*saveLines: 10000
|
||||
|
||||
root-urxvt*background: #230000
|
||||
root-urxvt*foreground: #e0c0c0
|
||||
|
|
Loading…
Reference in a new issue