1 2 3 4 5 6 7
import XMonad import XMonad.Config.Xfce main = xmonad xfceConfig { terminal = "xterm" , modMask = mod4Mask }