<div dir="ltr">On Mon, Jul 2, 2012 at 5:59 AM, Matthew Hague <span dir="ltr">&lt;<a href="mailto:matthewhague@zoho.com" target="_blank">matthewhague@zoho.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
    1) I like titlebars but find that the decorators (e.g. noFrillsDeco) do<br>
    not apply to floating windows.  Is there a way to decorate the floats too?<br></blockquote><div><br></div><div>I don&#39;t think so.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

    Even better: is there a way to apply decorations only to certain windows<br>
    (i.e. in the manageHook)?<br></blockquote><div><br></div><div>Only if you can do it by sending a message to the layout modifier or by storing information in ExtensibleState.  (That is, you&#39;ll have to write your own layout modifier based on Decoration.)</div>
<div><br></div><div>Note also that, as currently written, Decoration is quadratic in both the number of managed windows *and* in the number of decorations applied to a window; this means things get rather slow if you have a lot of windows or a lot of decorations (not to say both!).</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">    2) The floating windows are always in front of tiled windows.  This is<br>
    annoying: i would like to be able to script something so that the floating<br>
    layer is hidden if a tiled window is focused.  Is there some command along<br>
    the lines of &quot;hide all floats&quot;?<br></blockquote><div><br></div><div>Not /per se/; the usual way to do this is scratchpads ( <a href="http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Util-NamedScratchpad.html">XMonad.Util.NamedScratchpad</a> ).</div>
<div><br></div></div>-- <br>brandon s allbery                                      <a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a><br>wandering unix systems administrator (available)     (412) 475-9364 vm/sms<br>
<br>
</div>