summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-04-03 21:43:02 +0200
committermakefu <github@syntax-fehler.de>2016-04-03 21:43:02 +0200
commit29f26bfa371aaf485c58ad7b5c98f8312de45a28 (patch)
tree7d0557e47e5320e25708f70b23e11c6a2ed7f784 /2configs
parent5d67be2bee833527c6f719ac90a4e9b08b29f7d2 (diff)
ma 2 base-gui: save more lines
Diffstat (limited to '2configs')
-rw-r--r--2configs/base-gui.nix14
1 files changed, 3 insertions, 11 deletions
diff --git a/2configs/base-gui.nix b/2configs/base-gui.nix
index 341a2ab20..b807957ba 100644
--- a/2configs/base-gui.nix
+++ b/2configs/base-gui.nix
@@ -10,16 +10,6 @@
#
# if this is not enough, check out main-laptop.nix
-## TODO: .Xdefaults:
-# URxvt*termName: rxvt
-# URxvt.scrollBar : false
-# URxvt*scrollBar_right: false
-# URxvt*borderLess: false
-# URxvt.foreground: white
-# URxvt.background: black
-# URxvt.urgentOnBell: true
-# URxvt.visualBell: false
-# URxvt.font : xft:Terminus
with config.krebs.lib;
let
@@ -83,7 +73,9 @@ in
XTerm*FaceName : Terminus:pixelsize=14
URxvt*termName: rxvt
- URxvt.scrollBar : False
+ URxvt*saveLines: 10000
+ URxvt*loginShell: false
+ URxvt.scrollBar : false
URxvt*scrollBar_right: false
URxvt*borderLess: false
URxvt.foreground: white