<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Dec 29, 2015 at 4:10 PM, Brent Yorgey <span dir="ltr"><<a href="mailto:byorgey@gmail.com" target="_blank">byorgey@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>This seems to me like it would be a rather invasive breaking change (changing the type of a field in the main xmonad config record).  Personally I do not think it would be worth it.  However if someone makes a patch, along with a reasoned justification, it will certainly be considered.</div></div></blockquote><div><br></div><div>Not everything belongs in core. What I usually suggest in IRC is:</div><div><br></div><div>   <font face="monospace, monospace">setBorder bw = ask >>= \w -> liftX (withDisplay $ \d -> io $ setWindowBorderWidth d w bw) >> idHook</font></div><div><br></div><div>and then apply it to windows in the ManageHook.</div><div>An argument could possibly be made for that function going into the core... but probably should start out in contrib.</div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>