[dev] dwm cleanup patch

2011-01-07 Thread anonymous
-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

Re: [dev] dwm cleanup patch

2011-01-07 Thread Anselm R Garbe
Thanks, looks good. I will apply it ;) Cheers, Anselm On 7 January 2011 16:25, anonymous wrote: > -3 LOC >

Re: [dev] [dmenu] Patch for XDG Base Directory specification of dmenu_path

2011-01-07 Thread Connor Lane Smith
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

Re: [dev] [dmenu] Patch for XDG Base Directory specification of dmenu_path

2011-01-07 Thread Bjartur Thorlacius
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.