On Sat, 14 May 2016, Connor Lane Smith <c...@lubutu.com> wrote: > Hi all, > > Attached is a dwm patch that pulls out all of the key and button > handlers, and all of the layouts, into a new file called config.c, > replacing config.h. The idea is that it makes it clearer what is dwm > proper and what is just a part of the default config. > > I've sat on this patch for about half a year, and I've still not made > my mind up as to whether it's a good idea or not. But I thought I > might as well post it on here anyway. > > Thanks, > cls
Sounds like a good idea by itself, but 1. completely breaks the convention (if there is such a thing as a convention); 2. this would break almost every single third-party dwm patch currently in existence...