summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 13:31:06 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 13:31:06 +0100
commit5e46f37f059eec10779886b55445e05cdfbfbe65 (patch)
treef4a026218a076be9f1993c940a2f9eb20811b5e3 /config.def.h
parentd1f03eeb3e2a39b0386c9d17845dcfc1ec1cea38 (diff)
Apply xresources patch
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] },
+};
+