Re: [dev] [DWM] How do I read if a client is on top of the stack?

2013-04-08 Thread Petr Ĺ abata
On Sun, Apr 07, 2013 at 12:40:25AM +0200, Jente Hidskes wrote: > That said, I do think I found it now. Can you confirm if it's working? Good. It's pure text now. P pgpCSqVss6tFD.pgp Description: PGP signature

RE: [dev] [DWM] How do I read if a client is on top of the stack?

2013-04-06 Thread Jente Hidskes
> For the record, if you think you fixed your HTML email issue, it's actually > way, > way worse now. > > Chris I never said I thought I fixed it - I said I couldn't find the settings to change my email to text only. That said, I do think I found it now. Can you confirm if it's working? Cheers

Re: [dev] [DWM] How do I read if a client is on top of the stack?

2013-04-06 Thread Chris Down
On 2013-04-06 20:52, Jente Hidskes wrote: > Thanks - I will submit it to the wiki later. I have already had a few comments > about my emails, but I can not find the settings I need to send pure text > only. I have just rounded up an improved smfact patch; I will send only that > one for now until I

RE: [dev] [DWM] How do I read if a client is on top of the stack?

2013-04-06 Thread Jente Hidskes
by my stupid Outlook email (former Hotmail, not the Outlook program) any more. I apologise for any inconveniences I have caused. Regards, Jente Date: Sat, 6 Apr 2013 20:48:22 +0200 Subject: Re: [dev] [DWM] How do I read if a client is on top of the stack? From: garb...@gmail.com To: dev@suckles

Re: [dev] [DWM] How do I read if a client is on top of the stack?

2013-04-06 Thread Anselm R Garbe
; Regards, > > Jente > > > > > Date: Sat, 6 Apr 2013 18:30:16 +0200 > > Subject: Re: [dev] [DWM] How do I read if a client is on top of the > stack? > > From: garb...@gmail.com > > To: dev@suckless.org > > > > > Hi there, > > > > you

RE: [dev] [DWM] How do I read if a client is on top of the stack?

2013-04-06 Thread Jente Hidskes
d since it already works anyway, please do ignore my question. Regards, Jente > Date: Sat, 6 Apr 2013 18:30:16 +0200 > Subject: Re: [dev] [DWM] How do I read if a client is on top of the stack? > From: garb...@gmail.com > To: dev@suckless.org > > Hi there, > > you nee

Re: [dev] [DWM] How do I read if a client is on top of the stack?

2013-04-06 Thread Anselm R Garbe
Hi there, you need to call nexttiled twice with the input of the first call. Also make sure that the second result != the first, otherwise there is only one tiled client. Best regards, Anselm On 17 March 2013 20:15, Jente Hidskes wrote: > Hello, > > I am modifying push.c, changing it to the fo

[dev] [DWM] How do I read if a client is on top of the stack?

2013-03-17 Thread Jente Hidskes
Hello, I am modifying push.c, changing it to the following: 1. No more push up or push down to master; pushup/pushdown should only work in the stack. This is done. 2. When client is on bottom in the stack, pushdown does nothing. This is done. 3. When client is on top in the stack, pushup does