aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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