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
> 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.
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
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.
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
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
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
>> > 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
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
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
10 matches
Mail list logo