> Hi, > I'm a new dwm user and I'm trying to get the fibonacci layouts, but the > patch is only for 4.6 -- I tried simply including the fibonacci.c file > in config.h and adding the layouts, but I'm getting errors when I > compile dwm: > > In file included from config.h:2, > from dwm.c:230: > fibonacci.c: In function âfibonacciâ: > fibonacci.c:6: error: âwaxâ undeclared (first use in this function) > fibonacci.c:6: error: (Each undeclared identifier is reported only once > fibonacci.c:6: error: for each function it appears in.) > fibonacci.c:8: error: âwawâ undeclared (first use in this function) > fibonacci.c:9: error: âwahâ undeclared (first use in this function) > fibonacci.c:13: error: âClientâ has no member named âismaxâ > fibonacci.c:44: error: âwayâ undeclared (first use in this function) > > My C isn't that good, so could somebody help me getting this to work, > if it's not too much trouble? Thanks :) > > Cheers, Valentin > > In anyway, if you don't use xinerama you can still using dwm 4.7 and the patch for 4.6 it will work.
On the other hand, dwm 4.8 is great :) Regards.
