[patch] narrower BorderResize rectangles placed within border edges
Hi, This patch improves BorderResize's rectangles placement and geometry. I found the current 10px border-size rather too wide to be convenient (eg I often found myself activating resize when trying to copy output from a floating terminal). Also the rectangles are now placed symmetrically within the border and window edges, no longer extend outside on some sides. The width is reduced to 2px which seems to work well enough and still more lenient than the single pixel of many window manager border decorations. Thanks, Jens
On Wed, Mar 14, 2012 at 04:01:42PM +0900, Jens Petersen wrote:
This patch improves BorderResize's rectangles placement and geometry.
Looks fine to me. I don't mind having this applied. Thanks! Regards, Jan
This 1-patch bundle was just applied to http://code.haskell.org/XMonadContrib: 20120314064703 Jens Petersen <juhp@community.haskell.org> * narrower BorderResize rectangles placed within border edges Change the border resize rectangles to be narrower and only extend inside the window not outside. Most window managers just seem to use the border decoration area for starting resizes which is often just 1 pixel wide but as a compromise the width is now 2 pixels (before it was 10!)
participants (3)
-
darcswatch@nomeata.de -
Jan Vornberger -
Jens Petersen