aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a startupHook.Brent Yorgey2008-02-041-2/+7
| | | | | | | | | | The only thing I am not sure about here is at what exact point the startupHook should get run. I picked a place that seems to make sense: as late as possible, right before entering the main loop. That way all the layouts/workspaces/other state are set up and the startupHook can manipulate them. darcs-hash:20080204192445-bd4d7-218d69dcf3cd5c5f2962859cf847595527399807.gz
* Make focus-follows-mouse configurableSpencer Janssen2007-12-291-3/+10
| | | | darcs-hash:20071229023301-a5988-7576eb2625061b2dcca3da69d1be4a1e50a76e71.gz
* Config.hs: too many users seem to be ignoring/missing the polite warning not ↵Brent Yorgey2007-12-201-2/+6
| | | | | | to modify this file; change it to something a bit less polite/more obvious. darcs-hash:20071220201549-bd4d7-1ee7ed6452411944dbbb8545d4e8b2d0b53fa967.gz
* Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen2007-12-221-3/+1
| | | | darcs-hash:20071222113735-a5988-6ef60641c5b375ff70b3988fbe1d70780cb33213.gz
* Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen2007-12-191-1/+1
| | | | darcs-hash:20071219215011-a5988-f4c17d2d3f3a7a4ea6c9e5e8fe73b1c800cbb9d5.gz
* Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen2007-12-191-1/+1
| | | | darcs-hash:20071219065710-a5988-a03100cb8be702bdb1e972911e14117ed517975a.gz
* Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen2007-12-091-6/+5
| | | | | | | handled by XMonad.Hooks.ManageDocks. Also, remove the over-complicated list comprehensions. darcs-hash:20071209135408-a5988-75f2ea762ddd8c442c13f712e68397f60c429fab.gz
* Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato2007-11-241-1/+1
| | | | darcs-hash:20071124143000-32816-91c1de68f8770647c9315c633920fe7b92fab882.gz
* Config: small haddock fixAndrea Rossato2007-11-161-1/+1
| | | | darcs-hash:20071116113158-32816-8396d02d1e216f99b1bbb68188a39a44d8af9fd7.gz
* make default ratios in config nicer to look atLukas Mai2007-11-121-2/+2
| | | | darcs-hash:20071112013551-462cf-79c0e72e34bb6c583ee44f18b37ce1f76d76c529.gz
* clarify comment at top of Config.hsDevin Mullins2007-11-111-2/+2
| | | | | | | | There appears to be some confusion -- several people have wanted to edit Config.hs as was done in the past. This comment probably won't stop that, but it's a start. darcs-hash:20071111191304-78224-3267de9d4e8da0ef07e58e9cf2135b2ab652445c.gz
* avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy2007-11-111-3/+2
| | | | | | | I think this'll make Config.hs more friendly as a template for folks to modify. darcs-hash:20071111183708-72aca-2a0c0e2463c94d1d2d08b60f7f16e239250ec2c7.gz
* remove obviated (and confusing) commentsDevin Mullins2007-11-111-12/+0
| | | | darcs-hash:20071111055047-78224-d09022c6b287c8404ffa94805045ae7f4ff172c6.gz
* hide existential Layout (mostly) from user API.David Roundy2007-11-111-4/+3
| | | | darcs-hash:20071111003055-72aca-77eb2071cd596e0e13746413807f375d199dbe32.gz
* New ManageHook systemSpencer Janssen2007-11-091-21/+7
| | | | darcs-hash:20071109024722-a5988-c499d006a8a4a48dd7c8cbaf4e4ea9635ceb1ec4.gz
* Provide top level XMonad.hs export moduleDon Stewart2007-11-071-2/+2
| | | | darcs-hash:20071107030617-cba2c-8c900566b5e1784737fefe3273486f8a1238da55.gz
* EventLoop -> Core, DefaultConfig -> ConfigDon Stewart2007-11-051-0/+281
darcs-hash:20071105021705-cba2c-fc7ffc11ffa9a5397cc40a5dba530ca620018f25.gz