Re: [dev] [dwm] mapping wm state, and other stories

2011-11-06 Thread Connor Lane Smith
Hey, On 01/11/2011, Connor Lane Smith wrote: > It would also be nice if dwm supported _NET_WM_WINDOW_TYPE hints as > well, so we can make _NET_WM_WINDOW_TYPE_DIALOG windows float. This has been fixed by Christoph's patch, already applied to tip. > dwm honours > _NET_WM_STATE_FULLSCREEN client m

Re: [dev] [dwm] nicer web

2011-11-06 Thread hiro
> What do graphics have to do with limiting client-server file transfer > protocols? Or what does "GL" stand for in this context? You realize > WebGL is an extension of JavaScript, not having anything to do with > HTTP, right? Sorry, I must have mixed stuff up then.

Re: [dev] [dmenu] composite key not working/weird arrow behaviour

2011-11-06 Thread Connor Lane Smith
Hey, On 03/11/2011, Swiatoslaw Gal wrote: > I was careless with my last email. The behaviour of arrows is broken > not in dmenu, but in the following patch. The right (forward) arrow stopped > working. Any idea how to fix that? Sorry, you aren't giving us enough information to figure out what

Re: [dev] [dwm] nicer web

2011-11-06 Thread Bjartur Thorlacius
On 11/6/11, hiro <23h...@googlemail.com> wrote: > Sorry, I must have mixed stuff up then. Blame the notion of everything 'net being "web stuff". Even drawing APIs.

Re: [dev] PARENT_XID environment variable.

2011-11-06 Thread Hadrian Węgrzynowski
Dnia 2011-11-05, o godz. 18:40:58 Jeremy Jackins napisał(a): > > I would like to add support for surf, zathura and others I use > > daily. > > I already use it with surf, and I didn't have to add any support. > Are you using PARENT_XID environment variable enabled surf? That was the point of m

[dev] [dwm] patch - my approach to the master/slave layout

2011-11-06 Thread Evan Gates
Hello, After seeing lolilolicon's (canti on irc) master slave layout patch, I had to have a go myself. My patch is more free form, allowing the user to set the master and slave layouts independent of each other on the fly. Traditional layouts are still possible by binding multiple commands to th

Re: [dev] A general approach to master-slave layouts

2011-11-06 Thread Connor Lane Smith
Hey, I've been thinking about this patch for a while, and I've knocked together a patch which takes an alternative approach, which seems to result in a simpler diff. In my patch each layout has three arrangement functions, one for the master, one the slave, and one a 'meta-layout' which defines h

Re: [dev] PARENT_XID environment variable.

2011-11-06 Thread Jeremy Jackins
>> > I would like to add support for surf, zathura and others I use >> > daily. >> >> I already use it with surf, and I didn't have to add any support. >> > > Are you using PARENT_XID environment variable enabled surf? That was > the point of my mail. Ah, I fear I skimmed through your mail too qui

Re: [dev] A general approach to master-slave layouts

2011-11-06 Thread lolilolicon
On Mon, Nov 7, 2011 at 3:28 AM, Connor Lane Smith wrote: > Hey, > > I've been thinking about this patch for a while, and I've knocked > together a patch which takes an alternative approach, which seems to > result in a simpler diff. > > In my patch each layout has three arrangement functions, one

Re: [dev] A general approach to master-slave layouts

2011-11-06 Thread lolilolicon
On Mon, Nov 7, 2011 at 11:15 AM, lolilolicon wrote: > >  * Port my original spiral layout to play with this patch. I've simplified the spiral layout by rusing tile{h,v}. Nice. void spiral(Client *c, float fact, XRectangle *r, XRectangle *rp) { if(fact == 0) { rp->width = rp->height = 0; retu