[xmonad] Re: Issue 400 in xmonad: LayoutHints don't respect
windows' hint changes without changing the workspace state
codesite-noreply at google.com
codesite-noreply at google.com
Sun Jul 4 20:41:19 EDT 2010
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 :-)
More information about the xmonad
mailing list