Re: [dev] [dwm] bugfix for multi monitor setup

2011-11-04 Thread Brian L Angus
Here you go... On Fri, Nov 04, 2011 at 06:43:59PM +0100, Anselm R Garbe wrote: > Hi Brian, > > thanks for your patch. I would like to test it. > > Can you resend it as attachment that is created using > > cd dwm/ > hg diff > dwm_two_monitor_fix.patch > > Thanks in advance, > Anselm > > On 2 N

Re: [dev] [dwm] bugfix for multi monitor setup

2011-11-04 Thread Anselm R Garbe
Hi Brian, thanks for your patch. I would like to test it. Can you resend it as attachment that is created using cd dwm/ hg diff > dwm_two_monitor_fix.patch Thanks in advance, Anselm On 2 November 2011 22:19, Brian L Angus wrote: > Hello and thanks for the wonder that is dwm. > > Below is a pa

[dev] [dwm] bugfix for multi monitor setup

2011-11-02 Thread Brian L Angus
Hello and thanks for the wonder that is dwm. Below is a patch for issues I have found with 2 monitors where one monitor is below another. The issue can be found when moving a floating window that fills the entire available area from one monitor to another. (This is with a borderpx of 0) thanks,