#ifdef HAVE_AFTERIMAGE
STRG (Rs_blendtype, "blendType", "blt", "string", "background image blending type - alpha, tint, etc..."),
STRG (Rs_blurradius, "blurRadius", "blr", "HxV", "Gaussian Blur radii to apply to the root background"),
-#endif
-#ifndef NO_RESOURCES
- INFO ("xrm", "string", "X resource"),
#endif
INFO ("e", "command arg ...", "command to execute")
};
rs[optList[entry].doff] = flag;
}
}
+#ifndef NO_RESOURCES
+ else if (!strcmp (opt, "xrm"))
+ {
+ if (i+1 < argc)
+ XrmPutLineResource (&option_db, argv[++i]);
+ }
+#endif
#ifdef KEYSYM_RESOURCE
else if (!strncmp (opt, "keysym.", sizeof ("keysym.") - 1))
{