
Hi, I have got a problem with the Minimize module and I can't find a solution. When I try to use it using the example code provided in the module page, one of my two dzen bars disappear. This is my desktop without the Minimize module: http://i50.tinypic.com/2d6w9d3.png and that's what happen when I activate it: http://i46.tinypic.com/34e9vth.png Here is my configuration file: http://hpaste.org/fastcgi/hpaste.fcgi/view?id=17112#a17112 The only line of code that I change is this: layoutHook = smartBorders $ avoidStruts (Full ||| tiled ||| Mirror tiled) to that: layoutHook = smartBorders $ avoidStruts $ minimize (Full ||| tiled ||| Mirror tiled) As you can see I have already hasked in the archlinux forum and in the xmonad irc channel, but no one seems to have a solution. I absolutely adore xmonad and this module would make it even better!