<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Mar 5, 2016 at 8:12 PM, Jason Schulz <span dir="ltr"><<a href="mailto:jason@schulz.name" target="_blank">jason@schulz.name</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm trying to figure out why XMonad isn't tiling rdesktop by default (and<br>
hopefully change it).  Whenever I launch rdesktop, the window gets floated.  I'm<br>
</blockquote><div><br></div><div>There is also a built-in criterion: if a window declares its default size, minimum size, and maximum size the same (see WM_NORMAL_HINTS in xprop) then xmonad floats it because it cannot satisfy a fixed window size with a tile whose size depends on the tiling algorithm as modified by tabs, struts, etc. You should be able to override this in the manageHook. If rdesktop is applying the -geometry option to all three of those sizes then rdesktop would need to be modified to do something more sensible (but note that it may be doing that to work around other window managers' behavior!).</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>