[dev] [dvtm] Fibonacci layout patch

2010-05-31 Thread Niki Yoshiuchi
I've been using dvtm at work a lot recently so I figured I'd port the Fibonacci spiral/dwindle layouts to dvtm. This patch is for 0.5.2. I find it's not as useful as the Fibonacci layouts in dwm but I figure why not release it anyway. -Niki Yoshiuchi diff --git a/config.h b/config.h index 0ef245

[dev] [st] border crop fix

2010-05-31 Thread Adrian
St has a bug where characters are always cropped slightly off of the bottom and right hand sides of the window. I suspect that this is caused by st not taking into account the border when regenerates the pixmap during a window resize event. I've attached a patch that appears to solve the problem f

[dev] Re: wmii; make with /bin/bash not with /bin/sh

2010-05-31 Thread David Engster
David Schmid writes: > David Engster wrote: >> Robert Ransom writes: >>> On Thu, 20 May 2010 14:51:37 +0200 >>> David Schmid wrote: Measures tried: - resetting PATH, since make calls /bin/sh and not sh it is never looked up there - setting BINSH or SHELL to /bin/bash won't

[dev] [dwm] Fibonacci layout for 5.8

2010-05-31 Thread Niki Yoshiuchi
I just applied my the Fibonacci patch to dwm 5.8.1 and it compiled and ran without problems. I haven't tested it on a multi-head setup so I can't be sure it works perfectly under those conditions. I'll update the wiki momentarily, but until then you can use the previous patch version (since it's

Re: [dev] Re: wmii; make with /bin/bash not with /bin/sh

2010-05-31 Thread Kris Maglione
On Mon, May 31, 2010 at 02:09:54PM +0200, David Schmid wrote: David Engster wrote: you mentioned you compiled wmii successfully on Solaris. Could it be, that Solaris 10 does not have Xutf8* functions? That's the only thing LD is missing right now and I can't find the libs to link it against. Do

Re: [dev] Re: wmii; make with /bin/bash not with /bin/sh

2010-05-31 Thread David Schmid
David Engster wrote: Robert Ransom writes: On Thu, 20 May 2010 14:51:37 +0200 David Schmid wrote: Measures tried: - resetting PATH, since make calls /bin/sh and not sh it is never looked up there - setting BINSH or SHELL to /bin/bash won't work either. - Asking for help at #suckless di