summaryrefslogtreecommitdiffstats
path: root/Main.hs
AgeCommit message (Expand)Author
2008-01-29Get version from the Paths_xmonad module generated by CabalDaniel Neri
2008-01-28bump output of --versionDon Stewart
2008-01-28Generalize the type of catchIO, use it in Main.hsSpencer Janssen
2008-01-19Roll testing into the main executable, use Cabal to build the testsSpencer Janssen
2008-01-05The recompile function now returns a boolean status instead of ().nicolas.pouillard
2007-12-22Add support for several flags:Spencer Janssen
2007-12-18Allow for sharing of home directory across architectures.tim.thelion
2007-12-10normalize Module headersLukas Mai
2007-12-10Use XMonad meta-module in Main.hsSpencer Janssen
2007-11-21add getXMonadDir (2nd try)Lukas Mai
2007-11-20Add recompilation forcing, clean up recompile's documentationSpencer Janssen
2007-11-19Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ...Don Stewart
2007-11-09refactor main, add "recompile" to XMonad.CoreLukas Mai
2007-11-07Provide top level XMonad.hs export moduleDon Stewart
2007-11-07fall back to previous ~/.xmonad/xmonad if recompilation failsLukas Mai
2007-11-05~/.xmonad/Main.hs is now ~/.xmonad/xmonad.hs !Don Stewart
2007-11-05makeMain -> xmonadDon Stewart
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart
2007-11-01HierarchifySpencer Janssen
2007-11-01Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'Spencer 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-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-18make xmonad work with inverted main/config.David Roundy
2007-10-18sketch of config/main inversion.David Roundy
2007-10-15Clean up trailing whitespaceSpencer Janssen
2007-10-13clean up names of layout codeDon Stewart
2007-10-12Respect ExitExceptions, fixes a regression where exitWith had no effectSpencer Janssen
2007-10-12Add userCode function for the popular m `catchX` return ()Spencer Janssen
2007-10-12catch exceptions when calling user-written code.David Roundy
2007-10-12fix one last bug w.r.t. issue 55.David Roundy
2007-10-06more commentsDon Stewart
2007-10-06Add event handler for PropertyNotifyEvent that calls logHook if window title ...Christian Thiemann
2007-10-06avoid name class with forever in 6.8Don Stewart
2007-10-05Comment onlySpencer Janssen
2007-10-05Move grabButtons/Keys into XSpencer Janssen
2007-10-05Make WindowSet serialization robust to layout changesSpencer Janssen
2007-10-01Operations.windows is responsible for setting initial properties, remove redu...Spencer Janssen
2007-09-30On change of keyboard mapping, grabKeys from the root window.Aaron Denney
2007-09-28define defaultLayout in Config.hs.David Roundy
2007-09-26merge old workspace tags with new on restart.David Roundy
2007-09-24Make a String description part of each Layout.David Roundy
2007-09-21add layout selection back into core xmonad using LayoutSelection.David Roundy
2007-09-21move Layout into StackSet.David Roundy
2007-09-20add (unused) Layout to StackSet.David Roundy