Re: [dwm] RESIZEHINTS broken?

2007-10-23 Thread Antoni Grzymala
Antoni Grzymala dixit (2007-10-23, 21:45): > Either way there's space wasted and at least in my case there's not > bugs. Gosh, this barely resembles English and I've no idea what this sentence was actually trying to convey. Probably I meant something along these lines: "...and at least in my cas

Re: [dwm] RESIZEHINTS broken?

2007-10-23 Thread Antoni Grzymala
pancake dixit (2007-10-23, 17:10): > > I think the following might be a good solution for 4.6 and > > later: > > > > - Removing the RESIZEHINTS at all - this enforces my st > > development as well. The new algorithm prevents the gaps quite > > well. > > I agree. i have never found useful RESIZEH

Re: [dwm] RESIZEHINTS broken?

2007-10-23 Thread Anselm R. Garbe
On Tue, Oct 23, 2007 at 06:20:29PM +0200, Jan Christoph Ebersbach wrote: > On Tue 23-10-2007 17:33 +0200, Sander van Dijk wrote: > > > On 10/23/07, pancake <[EMAIL PROTECTED]> wrote: > > > > > When did you find this feature useful? > > > > Don't know about Arg, but I think it has been useful ever

Re: [dwm] RESIZEHINTS broken?

2007-10-23 Thread Jan Christoph Ebersbach
On Tue 23-10-2007 17:33 +0200, Sander van Dijk wrote: > On 10/23/07, pancake <[EMAIL PROTECTED]> wrote: > > > When did you find this feature useful? > > Don't know about Arg, but I think it has been useful ever since there > were apps (xterm for instance) that misbehave without it, i.e. always. >

Re: [dwm] RESIZEHINTS broken?

2007-10-23 Thread Sander van Dijk
On 10/23/07, pancake <[EMAIL PROTECTED]> wrote: > When did you find this feature useful? Don't know about Arg, but I think it has been useful ever since there were apps (xterm for instance) that misbehave without it, i.e. always. Having it optional (in tiled mode) would be ok, dropping it would be

Re: [dwm] RESIZEHINTS broken?

2007-10-23 Thread pancake
> I think the following might be a good solution for 4.6 and > later: > > - Removing the RESIZEHINTS at all - this enforces my st > development as well. The new algorithm prevents the gaps quite > well. I agree. i have never found useful RESIZEHINTS. imho is useless code > - Respect sizehints at

Re: [dwm] RESIZEHINTS broken?

2007-10-23 Thread Anselm R. Garbe
On Sun, Oct 21, 2007 at 08:52:56AM +0200, Sander van Dijk wrote: > On 10/20/07, Mark Taylor <[EMAIL PROTECTED]> wrote: > > I like the RESIZEHINTS behavior with MPlayer, though. It's handy to have > > a video window that keeps the correct aspect ratio in tiling mode. > > That's true. I guess it's b

Re: [dwm] RESIZEHINTS broken?

2007-10-22 Thread Chris Webb
"Anselm R. Garbe" <[EMAIL PROTECTED]> writes: > Agreed, I will change the resize code accordingly. So > RESIZEHINTS will be renamed to INCRESIZE or something like that. I think the situation is slightly more complex than this. You want full size hint support (including hints that enlarge the wind

Re: [dwm] RESIZEHINTS broken?

2007-10-22 Thread Anselm R. Garbe
On Sat, Oct 20, 2007 at 06:31:44PM +0200, Sander van Dijk wrote: > On 10/20/07, Robert Figura <[EMAIL PROTECTED]> wrote: > > > > It looks like the lower border is missing. Opening enough hinted > > > > windows i even made some of them vanish completely off border. > > > > > > No, the lower border i

Re: [dwm] RESIZEHINTS broken?

2007-10-22 Thread Anselm R. Garbe
On Sun, Oct 21, 2007 at 08:52:56AM +0200, Sander van Dijk wrote: > On 10/20/07, Mark Taylor <[EMAIL PROTECTED]> wrote: > > I like the RESIZEHINTS behavior with MPlayer, though. It's handy to have > > a video window that keeps the correct aspect ratio in tiling mode. > > That's true. I guess it's b

Re: [dwm] RESIZEHINTS broken?

2007-10-20 Thread Sander van Dijk
On 10/20/07, Mark Taylor <[EMAIL PROTECTED]> wrote: > I like the RESIZEHINTS behavior with MPlayer, though. It's handy to have > a video window that keeps the correct aspect ratio in tiling mode. That's true. I guess it's basically like this: sizehints that don't force the window to be larger than

Re: [dwm] RESIZEHINTS broken?

2007-10-20 Thread Mark Taylor
On Sat, Oct 20, 2007 at 06:31:44PM +0200, Sander van Dijk wrote: > > > > It looks like the lower border is missing. Opening enough hinted > > > > windows i even made some of them vanish completely off border. > > > > > > No, the lower border isn't missing, it's just not on screen. You have > > > RE

Re: [dwm] RESIZEHINTS broken?

2007-10-20 Thread Sander van Dijk
On 10/20/07, Robert Figura <[EMAIL PROTECTED]> wrote: > > > It looks like the lower border is missing. Opening enough hinted > > > windows i even made some of them vanish completely off border. > > > > No, the lower border isn't missing, it's just not on screen. You have > > RESIZEHINTS set to true

Re: [dwm] RESIZEHINTS broken?

2007-10-20 Thread Robert Figura
"Sander van Dijk" <[EMAIL PROTECTED]> wrote: > On 10/20/07, Robert Figura <[EMAIL PROTECTED]> wrote: > > > > Hi People > > > > I may be wrong but to my eye it seems that the RESIZEHINTS doesn't work > > properly. Here's what i've done: > > > > Open a window that hints to require 300px height. > >

Re: [dwm] RESIZEHINTS broken?

2007-10-20 Thread Sander van Dijk
On 10/20/07, Robert Figura <[EMAIL PROTECTED]> wrote: > > Hi People > > I may be wrong but to my eye it seems that the RESIZEHINTS doesn't work > properly. Here's what i've done: > > Open a window that hints to require 300px height. > Open some more windows to make height for stacked windows < 300.

Re: [dwm] RESIZEHINTS broken?

2007-10-20 Thread Robert Figura
For clarification: http://spuerwerk.dyndns.org/~rfigura/2007-1020-132836.png - Robert "Maarten Maathuis" <[EMAIL PROTECTED]> wrote: > It is my understanding that terminals always have a size properional > to n*fontsize, hence the borders. If i open more than a few hundred > terminals on one tag,

Re: [dwm] RESIZEHINTS broken?

2007-10-20 Thread Maarten Maathuis
It is my understanding that terminals always have a size properional to n*fontsize, hence the borders. If i open more than a few hundred terminals on one tag, then i see a lot of them disappear. Maarten. On 10/20/07, Robert Figura <[EMAIL PROTECTED]> wrote: > > Hi People > > I may be wrong but to

[dwm] RESIZEHINTS broken?

2007-10-19 Thread Robert Figura
Hi People I may be wrong but to my eye it seems that the RESIZEHINTS doesn't work properly. Here's what i've done: Open a window that hints to require 300px height. Open some more windows to make height for stacked windows < 300. Now put that hinted window on the bottom of the stack. It looks l