Hi, On Tue, Jul 24, 2007 at 06:40:56PM +0200, Anselm R. Garbe wrote: > Two issues. You don't need to declare spiral in dwm.h, it should > be fine to declare it static in layout.c just before tile().
Ok, thanks. I'm basically learning c by hacking on dwm ;) > Second, this layout seems to be broken if you run a lot of > windows, then there is no fallback to prevent 0-pixel window > heights/widths (in tile layout all stacked windows will be > maximized, same if you increase NMASTER to something > insane). Not enough cornercase testing done. I will look at something similar to the tile() code. On Tue, Jul 24, 2007 at 07:00:48PM +0200, pancake wrote: > I will try it asap. Can you upload this patch to? > > http://www.suckless.org/wiki/dwm/patches Now on http://www.suckless.org/wiki/dwm/patches/spiral, not including Anselm's suggestions (yet). Regards, -- Jeroen Schot [EMAIL PROTECTED] (mail & jabber) http://schot.a-eskwadraat.nl
