aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-14Make ~/.xmonad/xmonad-$arch-$os handle args like /usr/bin/xmonadAdam Vogt1-80/+1
2014-05-02update testsuite (mostly due Jesper Reenberg)Adam Vogt1-10/+0
2013-05-28depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner1-1/+1
2011-08-09recognize the --replace optionDaniel Wagner1-0/+1
2010-02-13Make the --replace docs consistentSpencer Janssen1-1/+1
2009-12-20Add --replace flag with documentation (issue 99).Adam Vogt1-0/+1
2010-01-18Correct warnings with ghc-6.12Adam Vogt1-1/+0
2009-12-08A few tweaks to --verbose-versionSpencer Janssen1-3/+9
2009-11-28Main.hs +--verbose-version flaggwern01-0/+2
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe1-1/+1
2009-07-27correct a commentDaniel Wagner1-1/+1
2009-03-22Pester the user with one (not two) xmessages on config errorsAdam Vogt1-1/+3
2009-01-17Add --restart, a command line flag to cause a running xmonad process to restartSpencer Janssen1-0/+13
2009-01-16Remove doubleFork, handle SIGCHLDSpencer Janssen1-0/+1
2008-12-07Main.hs: escape / in Haddocksgwern01-3/+3
2008-06-01Haddock syntax for enumerationMalebria1-0/+6
2008-03-28no need to expose --resume to the userDon Stewart1-1/+0
2008-03-24--recompile now forces recompilation of xmonad.hsSpencer Janssen1-4/+2
2008-01-30add --help optionLukas Mai1-0/+17
2008-01-29Get version from the Paths_xmonad module generated by CabalDaniel Neri1-1/+4
2008-01-28bump output of --versionDon Stewart1-1/+1
2008-01-28Generalize the type of catchIO, use it in Main.hsSpencer Janssen1-2/+1
2008-01-19Roll testing into the main executable, use Cabal to build the testsSpencer Janssen1-0/+7
2008-01-05The recompile function now returns a boolean status instead of ().nicolas.pouillard1-2/+2
2007-12-22Add support for several flags:Spencer Janssen1-2/+9
2007-12-18Allow for sharing of home directory across architectures.tim.thelion1-1/+2
2007-12-10normalize Module headersLukas Mai1-1/+1
2007-12-10Use XMonad meta-module in Main.hsSpencer Janssen1-3/+1
2007-11-21add getXMonadDir (2nd try)Lukas Mai1-3/+2
2007-11-20Add recompilation forcing, clean up recompile's documentationSpencer Janssen1-1/+1
2007-11-19Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ...Don Stewart1-1/+1
2007-11-09refactor main, add "recompile" to XMonad.CoreLukas Mai1-4/+2
2007-11-07Provide top level XMonad.hs export moduleDon Stewart1-1/+1
2007-11-07fall back to previous ~/.xmonad/xmonad if recompilation failsLukas Mai1-2/+1
2007-11-05~/.xmonad/Main.hs is now ~/.xmonad/xmonad.hs !Don Stewart1-11/+10
2007-11-05makeMain -> xmonadDon Stewart1-1/+2
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart1-8/+10
2007-11-01HierarchifySpencer Janssen1-2/+2
2007-11-01Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'Spencer Janssen1-251/+39
2007-11-01Only export main from MainSpencer Janssen1-1/+1
2007-11-01Add readsLayout, remove the existential from XConfigSpencer Janssen1-1/+1
2007-11-01Delete Main.hs-boot!Spencer Janssen1-2/+3
2007-11-01Remove manageHook from Main.hs-bootSpencer Janssen1-2/+3
2007-11-01Eliminate defaultTerminalSpencer Janssen1-2/+2
2007-11-01Store user configuration in XConfSpencer Janssen1-27/+27
2007-11-01This is a massive update, here's what has changed:Spencer Janssen1-18/+10
2007-10-29cleaner version of main/config inversion.David Roundy1-48/+35
2007-10-18make xmonad work with inverted main/config.David Roundy1-1/+2
2007-10-18sketch of config/main inversion.David Roundy1-1/+8
2007-10-27add text on using xprop to find client namesDon Stewart1-0/+4