summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-11-08typoDon Stewart
2007-11-07imports not needed in example nowDon Stewart
2007-11-07Provide top level XMonad.hs export moduleDon Stewart
2007-11-07point to where defns for config stuff can be foundDon Stewart
2007-11-07Fix haddock commentSpencer Janssen
2007-11-07fall back to previous ~/.xmonad/xmonad if recompilation failsLukas Mai
2007-11-06recommend --userDon Stewart
2007-11-05add CONFIG with details of how to configureDon Stewart
2007-11-05Remove stale commentSpencer Janssen
2007-11-05Use Cabal's optimization flags rather than -OSpencer Janssen
2007-11-05-WerrorSpencer Janssen
2007-11-05Remove superfluous 'extensions:' fieldSpencer Janssen
2007-11-05Use configurations in xmonad.cabalSpencer Janssen
2007-11-05~/.xmonad/Main.hs is now ~/.xmonad/xmonad.hs !Don Stewart
2007-11-05makeMain -> xmonadDon Stewart
2007-11-05-Wall policeDon Stewart
2007-11-05remember to compile the xmonad library also with the usual ghc-optoinsDon Stewart
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart
2007-11-05clean up DefaultConfig.hsDon Stewart
2007-11-05clean up some weird formatting/overboard strictness annotationsDon Stewart
2007-11-04Update pragmas for GHC 6.8 compatibilitySpencer Janssen
2007-11-04Use the layout and workspaces values from the actual configuration usedSpencer Janssen
2007-11-02Float handler out of makeMain, make keys and mouseBindings dependent on XConf...Spencer Janssen
2007-11-01We can't rely on the executable name, because it may be 'Main'Spencer Janssen
2007-11-01Get defaultGaps from the current config, not the default oneSpencer Janssen
2007-11-01exposed-modulesSpencer Janssen
2007-11-01HierarchifySpencer Janssen
2007-11-01Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'Spencer Janssen
2007-11-01Layouts.Choose: handle ReleaseResourcesSpencer Janssen
2007-11-01Layouts.Choose: send Hide to non-selected layoutSpencer Janssen
2007-11-01Export mirrorRectSpencer Janssen
2007-11-01Only export main from MainSpencer Janssen
2007-11-01Add readsLayout, remove the existential from XConfigSpencer Janssen
2007-11-01Delete Main.hs-boot!Spencer Janssen
2007-11-01Remove manageHook from Main.hs-bootSpencer Janssen
2007-11-01Remove workspaces from Main.hs-bootSpencer Janssen
2007-11-01-Wall policeSpencer Janssen
2007-11-01Eliminate defaultTerminalSpencer Janssen
2007-11-01Store user configuration in XConfSpencer Janssen
2007-11-01This is a massive update, here's what has changed:Spencer Janssen
2007-10-29cleaner version of main/config inversion.David Roundy
2007-10-25make setLayout a bit more inclusive.David Roundy
2007-10-18make xmonad work with inverted main/config.David Roundy
2007-10-18sketch of config/main inversion.David Roundy
2007-10-31more precise X11 version requiredDon Stewart
2007-10-31tweaks to todoDon Stewart
2007-10-30HEADS UP: remove X11-extras dependency, depend on X11 >= 1.3.0Don Stewart
2007-10-28New windows start in the iconic stateSpencer Janssen
2007-10-27add text on using xprop to find client namesDon Stewart
2007-10-27add text reminding people to run mod-shift-spaceDon Stewart