summaryrefslogtreecommitdiffstats
path: root/makefu
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
commit315bb8e67ef1a2c5fbf4b6ed4debdc8d2ce0f15e (patch)
tree1ce27a8e48cc5b09622fffa82c9c5ba545eb581b /makefu
parent540d629e0daa74dd37d8c6d5b462c6888a498c58 (diff)
ma 2 base-gui: save more lines
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/base-gui.nix14
1 files changed, 3 insertions, 11 deletions
diff --git a/makefu/2configs/base-gui.nix b/makefu/2configs/base-gui.nix
index 341a2ab2..b807957b 100644
--- a/makefu/2configs/base-gui.nix
+++ b/makefu/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