I had this problem in xmonad and got it working by adding: import XMonad.Hooks.SetWMName .... startupHook = setWMName "LG3D" to the config file ~/.xmonad/xmonad.hs Paul C