diff options
author | tv <tv@krebsco.de> | 2017-07-12 21:16:14 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-07-12 21:16:14 +0200 |
commit | 65e445b2a8a3dd57dff93903768c7aef7e417df7 (patch) | |
tree | cadc54e16ee966519f39c6c030d58153f19ffd21 /tv/2configs/xserver | |
parent | 35f40993baa40b5db868a67526918ea3e3a1bbc0 (diff) |
tv URxvt saveLines: 4096 -> 10000
Diffstat (limited to 'tv/2configs/xserver')
-rw-r--r-- | tv/2configs/xserver/Xresources.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix index 47dc5f1..1d40444 100644 --- a/tv/2configs/xserver/Xresources.nix +++ b/tv/2configs/xserver/Xresources.nix @@ -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 |