aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* clean up names of layout codeDon Stewart2007-10-131-3/+3
* Respect ExitExceptions, fixes a regression where exitWith had no effectSpencer Janssen2007-10-121-0/+1
* Add userCode function for the popular m `catchX` return ()Spencer Janssen2007-10-121-5/+3
* catch exceptions when calling user-written code.David Roundy2007-10-121-0/+2
* fix one last bug w.r.t. issue 55.David Roundy2007-10-121-1/+1
* more commentsDon Stewart2007-10-061-2/+2
* Add event handler for PropertyNotifyEvent that calls logHook if window title ...Christian Thiemann2007-10-061-0/+4
* avoid name class with forever in 6.8Don Stewart2007-10-061-2/+2
* Comment onlySpencer Janssen2007-10-051-1/+1
* Move grabButtons/Keys into XSpencer Janssen2007-10-051-17/+18
* Make WindowSet serialization robust to layout changesSpencer Janssen2007-10-051-3/+10
* Operations.windows is responsible for setting initial properties, remove redu...Spencer Janssen2007-10-011-15/+13
* On change of keyboard mapping, grabKeys from the root window.Aaron Denney2007-09-301-2/+4
* define defaultLayout in Config.hs.David Roundy2007-09-281-2/+0
* merge old workspace tags with new on restart.David Roundy2007-09-261-3/+3
* Make a String description part of each Layout.David Roundy2007-09-241-1/+1
* add layout selection back into core xmonad using LayoutSelection.David Roundy2007-09-211-2/+3
* move Layout into StackSet.David Roundy2007-09-211-1/+0
* add (unused) Layout to StackSet.David Roundy2007-09-201-1/+1