
4 Jul
2010
4 Jul
'10
8:41 p.m.
Comment #1 on issue 400 by liskni.si: LayoutHints don't respect windows' hint changes without changing the workspace state http://code.google.com/p/xmonad/issues/detail?id=400 I use this to solve the issue:
myEventHook (PropertyEvent { ev_event_type = t, ev_atom = a }) | t == propertyNotify && a == wM_NORMAL_HINTS = do refresh return $ All True myEventHook _ = mempty
I wrote it only yesterday and I was going to propose a patch to xmonad or xmc with this. I promise to do it tomorrow :-)