
6 Mar
2016
6 Mar
'16
4:05 p.m.
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.
Thanks Brandon. I thought that might be what's happening. I checked with xprop and rdesktop does set WM_NORMAL_HINTS. Is there a simple way to sink a window through manageHook? XMonad.ManageHook has a doFloat, but no corresponding doSink. -Jason