Re: [dev] dwm development continues NOW

2010-06-03 Thread Kris Maglione
On Thu, Jun 03, 2010 at 01:28:52PM -0700, Thayer Williams wrote: On Wed, Jun 17, 2009 at 1:01 AM, Anselm R Garbe wrote: Hi, I received my long awaited X200s yesterday, and the dwm development will continue now, first item in the queue is the new multihead support as discussed on IRC a while ag

Re: [dev] dwm development continues NOW

2010-06-03 Thread pancake
Great! - Original message - > On Wed, Jun 17, 2009 at 1:01 AM, Anselm R Garbe > wrote: > > Hi, > > > > I received my long awaited X200s yesterday, and the dwm development > > will continue now, first item in the queue is the new multihead > > support as discussed on IRC a while ago. > >

Re: [dev] dwm development continues NOW

2010-06-03 Thread Thayer Williams
On Wed, Jun 17, 2009 at 1:01 AM, Anselm R Garbe wrote: > Hi, > > I received my long awaited X200s yesterday, and the dwm development > will continue now, first item in the queue is the new multihead > support as discussed on IRC a while ago. > ... > Afterwards the next item will be the interface i

Re: [dev] [dwm] pertag patch for dwm 5.8.2

2010-06-03 Thread Julien Pecqueur
Le jeudi 03 juin 2010 à 06:51:12, Julien Pecqueur a écrit : > Hi, > > I updated the pertag patch for the current dwm tip (5.8.2) because i had a > reject with the 5.7.2 version. > My apologies, i forgot to remove the config.def.h from the diff file. Please find the correct one. -- Julien Pec

[dev] [dwm] pertag patch for dwm 5.8.2

2010-06-03 Thread Julien Pecqueur
Hi, I updated the pertag patch for the current dwm tip (5.8.2) because i had a reject with the 5.7.2 version. -- Julien Pecqueur (JPEC) Site: http://julienpecqueur.com Email: j...@julienpecqueur.com PGP:B1AA2389 (GNUPG) IRC:jpec (irc.freenode.net) Powered by Archlinux - Keep it sim

Re: [dev] [libixp/wmii] getpagesize.c: Assertion `_rtld_global_ro._dl_pagesize != 0' failed.

2010-06-03 Thread Jonas H.
On 06/02/2010 09:56 PM, Kris Maglione wrote: Since glibc 2.2 on Arch x86_64, wmiir doesn't work if it's statically linked. I don't know why. Just add STATIC= to config.local.mk or to your make commandline. thanks, worked.