aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support for extensible state in contrib modules.Daniel Schoepe2009-11-061-1/+2
* Pester the user with one (not two) xmessages on config errorsAdam Vogt2009-03-221-1/+1
* X.Config.hs, ./man/xmonad.hs: update Event Hook docwirtwolff2009-02-091-1/+2
* Support for custom event hooksDaniel Schoepe2009-02-031-2/+15
* Asynchronously recompile/restart xmonad on mod-qSpencer Janssen2009-01-171-1/+1
* add W.shiftMaster, fix float/tile-reordering bugDevin Mullins2008-09-111-3/+3
* Haddock syntax for enumerationMalebria2008-06-011-0/+2
* Raise windows in the floating layer when moving or resizingTrevor Elliott2008-05-211-2/+4
* use named colours. fixes startup failure on the XODon Stewart2008-05-021-2/+2
* Remove gapsSpencer Janssen2008-03-251-21/+3
* add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart2008-03-231-0/+1
* Add a startupHook.Brent Yorgey2008-02-041-2/+7
* Make focus-follows-mouse configurableSpencer Janssen2007-12-291-3/+10
* Config.hs: too many users seem to be ignoring/missing the polite warning not ...Brent Yorgey2007-12-201-2/+6
* Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen2007-12-221-3/+1
* Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen2007-12-191-1/+1
* Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen2007-12-191-1/+1
* Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen2007-12-091-6/+5
* Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato2007-11-241-1/+1
* Config: small haddock fixAndrea Rossato2007-11-161-1/+1
* make default ratios in config nicer to look atLukas Mai2007-11-121-2/+2
* clarify comment at top of Config.hsDevin Mullins2007-11-111-2/+2
* avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy2007-11-111-3/+2
* remove obviated (and confusing) commentsDevin Mullins2007-11-111-12/+0
* hide existential Layout (mostly) from user API.David Roundy2007-11-111-4/+3
* New ManageHook systemSpencer Janssen2007-11-091-21/+7
* Provide top level XMonad.hs export moduleDon Stewart2007-11-071-2/+2
* EventLoop -> Core, DefaultConfig -> ConfigDon Stewart2007-11-051-0/+281