summaryrefslogtreecommitdiffstats
path: root/XMonad/Config.hs
AgeCommit message (Expand)Author
2008-02-04Add a startupHook.Brent Yorgey
2007-12-29Make focus-follows-mouse configurableSpencer Janssen
2007-12-20Config.hs: too many users seem to be ignoring/missing the polite warning not ...Brent Yorgey
2007-12-22Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen
2007-12-19Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen
2007-12-19Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen
2007-12-09Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato
2007-11-16Config: small haddock fixAndrea Rossato
2007-11-12make default ratios in config nicer to look atLukas Mai
2007-11-11clarify comment at top of Config.hsDevin Mullins
2007-11-11avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy
2007-11-11remove obviated (and confusing) commentsDevin Mullins
2007-11-11hide existential Layout (mostly) from user API.David Roundy
2007-11-09New ManageHook systemSpencer Janssen
2007-11-07Provide top level XMonad.hs export moduleDon Stewart
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart