summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a0305fb..cda44a8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -39,3 +39,14 @@ static XRectangle rectangles[9] = {
{ 11, 4, 1, 2 },
};
+
+/*
+ * Xresources preferences to load at startup
+ */
+ResourcePref resources[] = {
+ { "color0", STRING, &colorname[INIT] },
+ { "color4", STRING, &colorname[INPUT] },
+ { "color1", STRING, &colorname[FAILED] },
+ { "color3", STRING, &colorname[CAPS] },
+};
+