Hi all, I tried it with this minimal xmonad config: main = xmonad $ defaultConfig {manageHook = composeAll [className =? "xclock" --> doFloat]} Is there something missing? Greetings, Daniel