aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* XMonad.Main: call setlocale on startupLukas Mai2008-04-061-298/+0
* Remove gapsSpencer Janssen2008-03-251-3/+1
* Main.hs: startupHook should be guarded by userCodeBrent Yorgey2008-03-251-1/+1
* XMonad.Core: ignore SIGPIPE, let write calls throwLukas Mai2008-03-211-0/+3
* update documentationBrent Yorgey2008-03-111-2/+3
* Add a startupHook.Brent Yorgey2008-02-041-0/+2
* Remove non-existent windows on restartSpencer Janssen2008-02-071-6/+9
* Lift initColor exceptions into MaybeDon Stewart2008-02-061-2/+9
* Simplify duplicate/cloned screen logicSpencer Janssen2008-01-181-2/+1
* Make focus-follows-mouse configurableSpencer Janssen2007-12-291-1/+2
* Broadcast button events to all layouts, fix for issue #111Spencer Janssen2007-12-271-1/+1
* Clean up stale mapped/waitingUnmap state in handle rather than unmanage.Spencer Janssen2007-12-111-1/+4
* Delete windows from waitingUnmap that aren't waitng for any unmapsSpencer Janssen2007-12-111-1/+3
* normalize Module headersLukas Mai2007-12-101-1/+1
* XMonad.Main uses FlexibleContextsSpencer Janssen2007-11-111-1/+1
* hide existential Layout (mostly) from user API.David Roundy2007-11-111-2/+4
* Provide top level XMonad.hs export moduleDon Stewart2007-11-071-0/+277