aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make ~/.xmonad/xmonad-$arch-$os handle args like /usr/bin/xmonadAdam Vogt2015-04-141-80/+1
* update testsuite (mostly due Jesper Reenberg)Adam Vogt2014-05-021-10/+0
* depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner2013-05-281-1/+1
* recognize the --replace optionDaniel Wagner2011-08-091-0/+1
* Make the --replace docs consistentSpencer Janssen2010-02-131-1/+1
* Add --replace flag with documentation (issue 99).Adam Vogt2009-12-201-0/+1
* Correct warnings with ghc-6.12Adam Vogt2010-01-181-1/+0
* A few tweaks to --verbose-versionSpencer Janssen2009-12-081-3/+9
* Main.hs +--verbose-version flaggwern02009-11-281-0/+2
* Support for extensible state in contrib modules.Daniel Schoepe2009-11-061-1/+1
* correct a commentDaniel Wagner2009-07-271-1/+1
* Pester the user with one (not two) xmessages on config errorsAdam Vogt2009-03-221-1/+3
* Add --restart, a command line flag to cause a running xmonad process to restartSpencer Janssen2009-01-171-0/+13
* Remove doubleFork, handle SIGCHLDSpencer Janssen2009-01-161-0/+1
* Main.hs: escape / in Haddocksgwern02008-12-071-3/+3
* Haddock syntax for enumerationMalebria2008-06-011-0/+6
* no need to expose --resume to the userDon Stewart2008-03-281-1/+0
* --recompile now forces recompilation of xmonad.hsSpencer Janssen2008-03-241-4/+2
* add --help optionLukas Mai2008-01-301-0/+17
* Get version from the Paths_xmonad module generated by CabalDaniel Neri2008-01-291-1/+4
* bump output of --versionDon Stewart2008-01-281-1/+1
* Generalize the type of catchIO, use it in Main.hsSpencer Janssen2008-01-281-2/+1
* Roll testing into the main executable, use Cabal to build the testsSpencer Janssen2008-01-191-0/+7
* The recompile function now returns a boolean status instead of ().nicolas.pouillard2008-01-051-2/+2
* Add support for several flags:Spencer Janssen2007-12-221-2/+9
* Allow for sharing of home directory across architectures.tim.thelion2007-12-181-1/+2
* normalize Module headersLukas Mai2007-12-101-1/+1
* Use XMonad meta-module in Main.hsSpencer Janssen2007-12-101-3/+1
* add getXMonadDir (2nd try)Lukas Mai2007-11-211-3/+2
* Add recompilation forcing, clean up recompile's documentationSpencer Janssen2007-11-201-1/+1
* Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ...Don Stewart2007-11-191-1/+1
* refactor main, add "recompile" to XMonad.CoreLukas Mai2007-11-091-4/+2
* Provide top level XMonad.hs export moduleDon Stewart2007-11-071-1/+1
* fall back to previous ~/.xmonad/xmonad if recompilation failsLukas Mai2007-11-071-2/+1
* ~/.xmonad/Main.hs is now ~/.xmonad/xmonad.hs !Don Stewart2007-11-051-11/+10
* makeMain -> xmonadDon Stewart2007-11-051-1/+2
* EventLoop -> Core, DefaultConfig -> ConfigDon Stewart2007-11-051-8/+10
* HierarchifySpencer Janssen2007-11-011-2/+2
* Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'Spencer Janssen2007-11-011-251/+39
* Only export main from MainSpencer Janssen2007-11-011-1/+1
* Add readsLayout, remove the existential from XConfigSpencer Janssen2007-11-011-1/+1
* Delete Main.hs-boot!Spencer Janssen2007-11-011-2/+3
* Remove manageHook from Main.hs-bootSpencer Janssen2007-11-011-2/+3
* Eliminate defaultTerminalSpencer Janssen2007-11-011-2/+2
* Store user configuration in XConfSpencer Janssen2007-11-011-27/+27
* This is a massive update, here's what has changed:Spencer Janssen2007-11-011-18/+10
* cleaner version of main/config inversion.David Roundy2007-10-291-48/+35
* make xmonad work with inverted main/config.David Roundy2007-10-181-0/+282
* sketch of config/main inversion.David Roundy2007-10-181-262/+0
* Clean up trailing whitespaceSpencer Janssen2007-10-151-1/+1