From 77f3bbeb158707527bdfd6726bcbab09202c37b5 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 3 Dec 2015 20:37:04 +0100 Subject: [PATCH] m 2 base-gui: add TODO --- 2configs/base-gui.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/2configs/base-gui.nix b/2configs/base-gui.nix index 7b7f85f..16a5386 100644 --- a/2configs/base-gui.nix +++ b/2configs/base-gui.nix @@ -10,6 +10,17 @@ # # 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 lib; let mainUser = config.krebs.build.user.name;