summaryrefslogtreecommitdiffstats
path: root/tv/2configs/xserver/Xresources.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/2configs/xserver/Xresources.nix')
-rw-r--r--tv/2configs/xserver/Xresources.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix
index f9af89c7..398247d2 100644
--- a/tv/2configs/xserver/Xresources.nix
+++ b/tv/2configs/xserver/Xresources.nix
@@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
-with config.krebs.lib;
+with import <stockholm/lib>;
pkgs.writeText "Xresources" /* xdefaults */ ''
!URxvt*background: #050505
@@ -207,6 +207,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
root-urxvt*background: #230000
root-urxvt*foreground: #e0c0c0