
Quoting Rohan Jain
Hi,
Please find the two patches in the attachment with this mail
2 patches for repository http://code.haskell.org/XMonadContrib:
Mon Mar 5 21:42:40 IST 2012 crodjer@gmail.com * ShowWName: Fix flash location by screen rectangle
In case of using this hook with multiple monitors, the Tag flash was not following the screen's coordinates. This patch shifts the new window created for flash according to the Rectangle defined by the screen.
Applied, thanks.
Mon Mar 5 22:15:17 IST 2012 crodjer@gmail.com * ShowWName: Increase horizontal padding for flash
Currently the flash window width leaves a very small amount of padding. This patch adds some extra horizontal width, governed by text width and length.
This patch seems to add smaller and smaller padding the larger the text inside. Am I reading that right? Is that reasonable? ~d