Xmonad/Using xmonad in LXDE

From HaskellWiki
< Xmonad
Revision as of 18:09, 4 December 2011 by MagnusTherning (talk | contribs) (Creating a minimal page for starters.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Xmonad-logo-small.png

XMonad

Introduction

This page is based on my very limited experience of LXDE and XMonad.

I'm assuming you are using lxsession to start LXDE.

Configuring LXDE to work with XMonad

Create the file ~/.config/lxsession/LXDE/desktop.conf with the content

[Session]
window_manager=xmonad

Configuring XMonad to work with LXDE

A minimal XMonad configuration that works nicely with LXDE looks like this

main = xmonad $ desktopConfig { terminal = "lxterminal" }