aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous 'extensions:' fieldSpencer Janssen2007-11-051-1/+0
* Use configurations in xmonad.cabalSpencer Janssen2007-11-051-15/+29
* ~/.xmonad/Main.hs is now ~/.xmonad/xmonad.hs !Don Stewart2007-11-051-11/+10
* makeMain -> xmonadDon Stewart2007-11-052-4/+5
* -Wall policeDon Stewart2007-11-051-2/+2
* remember to compile the xmonad library also with the usual ghc-optoinsDon Stewart2007-11-051-0/+2
* EventLoop -> Core, DefaultConfig -> ConfigDon Stewart2007-11-054-15/+17
* clean up DefaultConfig.hsDon Stewart2007-11-051-39/+62
* clean up some weird formatting/overboard strictness annotationsDon Stewart2007-11-051-15/+16
* Update pragmas for GHC 6.8 compatibilitySpencer Janssen2007-11-041-1/+4
* Use the layout and workspaces values from the actual configuration usedSpencer Janssen2007-11-041-2/+2
* Float handler out of makeMain, make keys and mouseBindings dependent on XConf...Spencer Janssen2007-11-023-135/+150
* We can't rely on the executable name, because it may be 'Main'Spencer Janssen2007-11-011-1/+1
* Get defaultGaps from the current config, not the default oneSpencer Janssen2007-11-011-1/+2
* exposed-modulesSpencer Janssen2007-11-011-0/+6
* HierarchifySpencer Janssen2007-11-019-25/+24
* Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'Spencer Janssen2007-11-013-252/+298
* Layouts.Choose: handle ReleaseResourcesSpencer Janssen2007-11-011-0/+8
* Layouts.Choose: send Hide to non-selected layoutSpencer Janssen2007-11-011-1/+2
* Export mirrorRectSpencer Janssen2007-11-011-1/+1
* Only export main from MainSpencer Janssen2007-11-011-1/+1
* Add readsLayout, remove the existential from XConfigSpencer Janssen2007-11-014-22/+24
* Delete Main.hs-boot!Spencer Janssen2007-11-015-16/+19
* Remove manageHook from Main.hs-bootSpencer Janssen2007-11-014-5/+7
* Remove workspaces from Main.hs-bootSpencer Janssen2007-11-011-1/+0
* -Wall policeSpencer Janssen2007-11-011-2/+1
* Eliminate defaultTerminalSpencer Janssen2007-11-013-5/+3
* Store user configuration in XConfSpencer Janssen2007-11-014-55/+54
* This is a massive update, here's what has changed:Spencer Janssen2007-11-018-235/+227
* cleaner version of main/config inversion.David Roundy2007-10-295-82/+82
* make setLayout a bit more inclusive.David Roundy2007-10-251-2/+2
* make xmonad work with inverted main/config.David Roundy2007-10-185-5/+7
* sketch of config/main inversion.David Roundy2007-10-184-265/+274
* more precise X11 version requiredDon Stewart2007-10-311-1/+1
* tweaks to todoDon Stewart2007-10-311-1/+6
* HEADS UP: remove X11-extras dependency, depend on X11 >Don Stewart2007-10-302-9/+8
* New windows start in the iconic stateSpencer Janssen2007-10-281-5/+6
* add text on using xprop to find client namesDon Stewart2007-10-271-0/+4
* add text reminding people to run mod-shift-spaceDon Stewart2007-10-271-0/+6
* StackSet.hs: (insertUp): remove comments about new window being made master w...Brent Yorgey2007-10-221-6/+4
* Replace 'findIndex' with 'findTag', which more accurately describes what the ...Brent Yorgey2007-10-223-13/+13
* StackSet.hs: (ensureTags): elaborate into a more descriptive comment.Brent Yorgey2007-10-221-1/+3
* StackSet.hs: remove dead code.Brent Yorgey2007-10-221-2/+0
* StackSet.hs: (differentiate): 'Texture' doesn't mean anything to me; replace ...Brent Yorgey2007-10-221-3/+4
* StackSet.hs: (new): better comment; 'm' is not an integer, it is a list of sc...Brent Yorgey2007-10-221-3/+5
* StackSet.hs: align some commentsBrent Yorgey2007-10-221-4/+4
* StackSet.hs: small grammar fix and better flow in commentBrent Yorgey2007-10-221-1/+1
* StackSet.hs: better comments regarding hidden/visible workspace tracking for ...Brent Yorgey2007-10-221-4/+5
* Add Config.terminalSpencer Janssen2007-10-242-1/+7
* explain that you need ghc as wellDon Stewart2007-10-241-6/+20