aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* comments, reexport Data.BitsDon Stewart2007-11-141-1/+22
* polish .cabal file. add xmonad@ as the default maintainerDon Stewart2007-11-141-6/+6
* add lots more text on configurationDon Stewart2007-11-141-6/+60
* refactor trace.Don Stewart2007-11-141-1/+1
* clarify comment at top of Config.hsDevin Mullins2007-11-111-2/+2
* avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy2007-11-111-3/+2
* remove obviated (and confusing) commentsDevin Mullins2007-11-111-12/+0
* XMonad.Main uses FlexibleContextsSpencer Janssen2007-11-111-1/+1
* hide existential Layout (mostly) from user API.David Roundy2007-11-113-11/+12
* Depend on X11 1.3.0.20071111Don Stewart2007-11-111-1/+1
* update README some moreDon Stewart2007-11-091-18/+36
* we depend on Cabal 1.2.0 or newerDon Stewart2007-11-091-0/+12
* Generalize several functions to MonadIOSpencer Janssen2007-11-091-4/+4
* Docs for ManageHookSpencer Janssen2007-11-091-3/+12
* New ManageHook systemSpencer Janssen2007-11-095-25/+66
* Generalize the type of whenJustSpencer Janssen2007-11-071-1/+1
* maybe False (const True) -> isJust. spotted by shachafDon Stewart2007-11-081-2/+2
* typoDon Stewart2007-11-081-1/+0
* imports not needed in example nowDon Stewart2007-11-071-2/+0
* Provide top level XMonad.hs export moduleDon Stewart2007-11-078-547/+560
* point to where defns for config stuff can be foundDon Stewart2007-11-071-0/+8
* Fix haddock commentSpencer Janssen2007-11-071-1/+1
* fall back to previous ~/.xmonad/xmonad if recompilation failsLukas Mai2007-11-071-2/+1
* recommend --userDon Stewart2007-11-061-35/+13
* add CONFIG with details of how to configureDon Stewart2007-11-051-0/+27
* Remove stale commentSpencer Janssen2007-11-051-1/+0
* Use Cabal's optimization flags rather than -OSpencer Janssen2007-11-051-2/+2
* -WerrorSpencer Janssen2007-11-051-2/+2
* Remove superfluous 'extensions:' fieldSpencer Janssen2007-11-051-1/+0
* Use configurations in xmonad.cabalSpencer Janssen2007-11-051-15/+29
* ~/.xmonad/Main.hs is now ~/.xmonad/xmonad.hs !Don Stewart2007-11-051-11/+10
* makeMain -> xmonadDon Stewart2007-11-052-4/+5
* -Wall policeDon Stewart2007-11-051-2/+2
* remember to compile the xmonad library also with the usual ghc-optoinsDon Stewart2007-11-051-0/+2
* EventLoop -> Core, DefaultConfig -> ConfigDon Stewart2007-11-054-15/+17
* clean up DefaultConfig.hsDon Stewart2007-11-051-39/+62
* clean up some weird formatting/overboard strictness annotationsDon Stewart2007-11-051-15/+16
* Update pragmas for GHC 6.8 compatibilitySpencer Janssen2007-11-041-1/+4
* Use the layout and workspaces values from the actual configuration usedSpencer Janssen2007-11-041-2/+2
* Float handler out of makeMain, make keys and mouseBindings dependent on XConf...Spencer Janssen2007-11-023-135/+150
* We can't rely on the executable name, because it may be 'Main'Spencer Janssen2007-11-011-1/+1
* Get defaultGaps from the current config, not the default oneSpencer Janssen2007-11-011-1/+2
* exposed-modulesSpencer Janssen2007-11-011-0/+6
* HierarchifySpencer Janssen2007-11-019-25/+24
* Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'Spencer Janssen2007-11-013-252/+298
* Layouts.Choose: handle ReleaseResourcesSpencer Janssen2007-11-011-0/+8
* Layouts.Choose: send Hide to non-selected layoutSpencer Janssen2007-11-011-1/+2
* Export mirrorRectSpencer Janssen2007-11-011-1/+1
* Only export main from MainSpencer Janssen2007-11-011-1/+1
* Add readsLayout, remove the existential from XConfigSpencer Janssen2007-11-014-22/+24