I want to start xmonad in another tty. I would like it to use lxde as
the Desktop Environement. I read that in order to do that I need to
leave the following in the xmonad's config file (~/.xmonad/xmonad.hs):
main = xmonad $ desktopConfig { terminal = "lxterminal" }