On 1/7/11, Connor Lane Smith wrote:
> (Right now it doesn't actually mkdir -- is that desired?)
Doing so at install makes sense to me. It's of course not
desired at run time.
dmenu tip now has an option in config.mk allowing you to specify the
path of dmenu_path's cache, either absolute or relative to $HOME. It
doesn't let you do anything involving environment variables, as true
XDG would require, but you can at least make it dump the cache in a
directory of your choosi
Thanks, looks good.
I will apply it ;)
Cheers,
Anselm
On 7 January 2011 16:25, anonymous wrote:
> -3 LOC
>
-3 LOC
diff -r 23b71491e149 dwm.c
--- a/dwm.c Thu Dec 02 10:16:47 2010 +
+++ b/dwm.c Fri Jan 07 18:23:41 2011 +0300
@@ -980,7 +980,7 @@
void
initfont(const char *fontstr) {
char *def, **missing;
- int i, n;
+ int n;
missing = NULL;
dc.font.set = X