aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* eliminate ugly OldLayout.David Roundy2007-09-201-1/+1
* move Layout stuff into class (hokey first cut).David Roundy2007-09-141-1/+1
* Fix float behaviour, add shiftWin.Karsten Schoelzel2007-09-101-5/+2
* -Wall policeDon Stewart2007-08-161-1/+1
* change workspaces to [WorkspaceId]David Roundy2007-08-141-2/+2
* CleanupSpencer Janssen2007-08-101-5/+5
* move event loop out of mouseDrag.David Roundy2007-08-071-1/+18
* Note and workaround bugs in Operations.floatSpencer Janssen2007-07-051-2/+6
* refresh after startingSpencer Janssen2007-06-301-1/+1
* UPGRADE X11-Extras! Manage iconified windowsSpencer Janssen2007-06-301-1/+6
* Move screen details into StackSetSpencer Janssen2007-06-291-3/+2
* broadcast unidentified events.David Roundy2007-06-231-1/+1
* make workspace tag not need to be a Num.David Roundy2007-06-141-1/+1
* move initColor to Operations and only store the Pixel value of colorsJason Creighton2007-06-141-3/+2