diff options
| author | makefu <github@syntax-fehler.de> | 2016-04-03 21:43:02 +0200 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2016-04-03 21:43:02 +0200 | 
| commit | 315bb8e67ef1a2c5fbf4b6ed4debdc8d2ce0f15e (patch) | |
| tree | 1ce27a8e48cc5b09622fffa82c9c5ba545eb581b | |
| parent | 540d629e0daa74dd37d8c6d5b462c6888a498c58 (diff) | |
ma 2 base-gui: save more lines
| -rw-r--r-- | makefu/2configs/base-gui.nix | 14 | 
1 files changed, 3 insertions, 11 deletions
diff --git a/makefu/2configs/base-gui.nix b/makefu/2configs/base-gui.nix index 341a2ab20..b807957ba 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  | 
