Thanks very much. I think it worked. But I must admit that I though, for
some reason, that xmonad will start lxde and I will have all the normal
lxde features (like program's bar on the buttom and so on). Instead, it
only started the terminal from lxde. Can you please tell me, how do I
start a full lxde Desktop Environment with xmonad?
import XMonad import XMonad.Config.Desktop import XMonad.Util.EZConfig main = xmonad $ desktopConfig { terminal = "lxterminal" } `additionalKeysP` [("M-S-q", spawn "lxsession-logout")