PDA

View Full Version : [ubuntu] Xmonad has no menubar



wsubt
December 7th, 2011, 11:14 AM
I use xmonad,

manageHook = composeAll [
-- other hooks,
manageDocks
, className =? "Unity-2d-panel" --> doIgnore
, className =? "Unity-2d-launcher" --> doIgnore
-- more hooks
]

but there's no menubar.
How can I fix it.