xmonad / xmonad

The core of xmonad, a small but functional ICCCM-compliant tiling window manager
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
3.33k stars 290 forks source link

Upgrading to 0.12 change first Workspace behavior #19

Closed Maeda1 closed 8 years ago

Maeda1 commented 8 years ago

Hi !

I just upgraded to xmonad 0.12, and I have two xmobar process. With xmonad 0.11, no problem, opening several windows on the first workspace is working as expected. Now, with 0.12, windows is above the second xmobar menu (as soon as I open one window). It's not happening on other workspaces.

An idea ?

Here is my xmonad.hs : http://lpaste.net/5889344209512562688

Thanks.

N.B. : the second xmobar menu is launched by my ~/.xinitrc

f1u77y commented 8 years ago

18

Maeda1 commented 8 years ago

You're right, solved by adding handleEventHook = docksEventHook. Thanks.