Re: [dev] [dwm] x11 corner case bug

2011-11-14 Thread Connor Lane Smith
Hey, canto on IRC mentioned that the left-instead-of-right patch changes dwm's handling of mplayer, making it no longer centre, since configurerequest only checks that the client is too far right, not too far left. The attached patch fixes this. I do wonder whether we ought to just unmap windows i

Re: [dev] [dwm] x11 corner case bug

2011-10-25 Thread Anselm R Garbe
On 25 October 2011 00:08, Kurt H Maier wrote: > On Mon, Oct 24, 2011 at 4:28 PM, Anselm R Garbe wrote: >> Unmapping proved to be a bit slower, which is why I used the window >> moving trick. I guess the best is to move the windows into negative x >> land to have a proper fix. > > How much slower?

Re: [dev] [dwm] x11 corner case bug

2011-10-24 Thread Kurt H Maier
On Mon, Oct 24, 2011 at 4:28 PM, Anselm R Garbe wrote: > Unmapping proved to be a bit slower, which is why I used the window > moving trick. I guess the best is to move the windows into negative x > land to have a proper fix. How much slower? Unmapping would seem to be more correct, even if we a

Re: [dev] [dwm] x11 corner case bug

2011-10-24 Thread Connor Lane Smith
On 24/10/2011, Anselm R Garbe wrote: > How come? The negative land is not mapped. I would have expected the window to reach the same invisible limit as it does when moved to the right. But according to Matt on IRC it works fine if you patch dwm to move the window left instead of right; something

Re: [dev] [dwm] x11 corner case bug

2011-10-24 Thread Anselm R Garbe
On 24 October 2011 22:46, Connor Lane Smith wrote: > On 24/10/2011, Anselm R Garbe wrote: >> Unmapping proved to be a bit slower, which is why I used the window >> moving trick. I guess the best is to move the windows into negative x >> land to have a proper fix. > > I suspect we'd have the same

Re: [dev] [dwm] x11 corner case bug

2011-10-24 Thread Connor Lane Smith
Hey, On 24/10/2011, Anselm R Garbe wrote: > Unmapping proved to be a bit slower, which is why I used the window > moving trick. I guess the best is to move the windows into negative x > land to have a proper fix. I suspect we'd have the same problem if we were to move the windows far to the left

Re: [dev] [dwm] x11 corner case bug

2011-10-24 Thread Anselm R Garbe
On 10 October 2011 20:53, Connor Lane Smith wrote: > On 10/10/2011, Matthew Phillips wrote: >> I stumbled on an odd dwm X11 bug yesterday. Resize any window (a terminal >> works) to 4-5 times the width of your screens resolution, and at some point >> the floating superwide window will appear on a

Re: [dev] [dwm] x11 corner case bug

2011-10-11 Thread Bjartur Thorlacius
IIRC, my dwm just moves windows just to the right of the right edge of the screen, without trouble. Unmapping is probably the right thing to do, even if I'm too lazy myself. On 10/10/11, Connor Lane Smith wrote: > Hey, > > On 10/10/2011, Matthew Phillips wrote: >> I stumbled on an odd dwm X11 bu

Re: [dev] [dwm] x11 corner case bug

2011-10-10 Thread Connor Lane Smith
Hey, On 10/10/2011, Matthew Phillips wrote: > I stumbled on an odd dwm X11 bug yesterday. Resize any window (a terminal > works) to 4-5 times the width of your screens resolution, and at some point > the floating superwide window will appear on all workspaces, but becomes > unselectable. I think

[dev] [dwm] x11 corner case bug

2011-10-10 Thread Matthew Phillips
Hi, I stumbled on an odd dwm X11 bug yesterday. Resize any window (a terminal works) to 4-5 times the width of your screens resolution, and at some point the floating superwide window will appear on all workspaces, but becomes unselectable. I mentioned it in #suckless where __20h___ confirmed: 16:0