16 Jan
2013
16 Jan
'13
7:05 a.m.
On Tue, Jan 15, 2013 at 11:54 PM, Joachim Breitner <mail@joachim-breitner.de
wrote:
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?
Sadly I can find no discernible pattern. ;-(
Your xmonad.hs looks fine. "return () >> " is useless. Maybe , handleEventHook = fullscreenEventHook is a problem – you are throwing away the original value of handleEventHook.
I'm using fullscreenEventHook in order to make Google Chrome fullscreen work. Without it Google Chrome does not play nice. But maybe I should experiment a bit. Things might have changed since last I experimented with this. :o) Thomas Løcke