[xmonad] Issue 177 in xmonad: xmonad does not follow ICCCM and ignores WM_TAKE_FOCUS protocol

codesite-noreply at google.com codesite-noreply at google.com
Mon Feb 21 19:29:06 CET 2011


Comment #56 on issue 177 by ole.baks... at gmail.com: xmonad does not follow  
ICCCM and ignores WM_TAKE_FOCUS protocol
http://code.google.com/p/xmonad/issues/detail?id=177

Finally a fix for this problem!

@53:

Add import XMonad.Hooks.ICCCMFocus to the top of your xmonad.hs file. Then  
set logHook = takeTopFocus. Or if you got more things there like I do:

lookHook = do
    ...
    takeTopFocus
    ...





More information about the xmonad mailing list