import XMonad import XMonad.Config.Xfce main = xmonad xfceConfig { terminal = "xterm" , modMask = mod4Mask }