Re: [dev] dwm-5.6.1

2009-07-27 Thread Claudio M. Alessi
Hi, this with xinerama support disabled: dwm.c: In function ‘updategeom’: dwm.c:1686: warning: unused variable ‘nn’ It should be declared inside the #ifdef XINERAMA block. FWIW, I have no problems at all with dwm. I Couldn't image a better way to deal with my X clients. I'm not

Re: [dev] dwm-5.6.1

2009-07-27 Thread James PIC
Hi Anselm, Sorry if this questions were already answered before. Why depend on xinerama for multihead setups instead of randr? I though xinerama uses software and randr uses hardware, isn't that supposed to be more optimal? Is there a nice CLI tool for xinerama like xrandr for randr? If not, s

Re: [dev] dwm-5.6.1

2009-07-27 Thread James PIC
On Mon, Jul 27, 2009 at 10:51 AM, James PIC wrote: > I though xinerama uses software and randr uses hardware, isn't that > supposed to be more optimal? > PS: Subquestion: wouldn't it have required less source diff?

Re: [dev] dwm-5.6.1

2009-07-27 Thread Anselm R Garbe
2009/7/27 Claudio M. Alessi : > this with xinerama support disabled: > >        dwm.c: In function ‘updategeom’: >        dwm.c:1686: warning: unused variable ‘nn’ > > It should be declared inside the #ifdef XINERAMA block. > > FWIW, I have no problems at all with dwm. I Couldn't image a better way

Re: [dev] dwm-5.6.1

2009-07-27 Thread Anselm R Garbe
2009/7/27 James PIC : > Why depend on xinerama for multihead setups instead of randr? Xrandr(3) doesn't provide a simple interface to manage multiple screens, Xinerama(3) is much more convenient and much simpler as well. If Xrandr(3) is changed accordingly to provide a similiar simple interface, I