summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-12-03 20:37:04 +0100
committermakefu <github@syntax-fehler.de>2015-12-03 20:37:04 +0100
commitb5ffb88ba3a77d4f399d7a2815e2c61d53545f5d (patch)
treea809ce3764b87b9edc8a1891d6f5a6fa40cf94ab /makefu
parentada1aa277ce40df309e7440905e94a0b11d6e163 (diff)
m 2 base-gui: add TODO
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/base-gui.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/makefu/2configs/base-gui.nix b/makefu/2configs/base-gui.nix
index 7b7f85f1..16a5386c 100644
--- a/makefu/2configs/base-gui.nix
+++ b/makefu/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;