9 Mar
2012
9 Mar
'12
6:27 a.m.
1 patch for repository http://code.haskell.org/xmonad: Fri Mar 9 01:23:43 EST 2012 Ben Boeckel <mathstuf@gmail.com> * handle-windows-with-no-sizehint When a window has no size hint set, the memory returned by XGetWMNormalHints may be pretty useless. This can cause hint-less windows to bounce between 1x1, 1xn, mx1, the proper size, and (rarely) fullscreen when the layoutHints layout modifier from xmonad-contrib is used. Two programs that exhibit this behavior are feh and sxiv.