
7 Sep
2011
7 Sep
'11
4:31 p.m.
Comment #75 on issue 177 by toby.cub...@gmail.com: xmonad does not follow ICCCM and ignores WM_TAKE_FOCUS protocol http://code.google.com/p/xmonad/issues/detail?id=177 The dpatch and the hook in Xmonad-contrib both define the same function names etc., causing the name conflict you're seeing if you try to use both at the same time. Thus you can't compile the ICCCMFocus module if you want to use the implementation from the dpatch. Someone can probably suggest a better way of doing this, but as a quick hack I just deleted the XMonad.Hooks.ICCCMFocus line from the xmonad-contrib.cabal to get it to compile without error after applying the dpatch.