ah, so it lists something. Can you spot some pattern as to which windows
are listed and which are not? And what are windows that are not open?
Your xmonad.hs looks fine. "return () >> " is useless. Maybe
, handleEventHook = fullscreenEventHook
is a problem – you are throwing away the original value of
handleEventHook.