aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config/Desktop.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* eliminate references to defaultConfigDaniel Wagner2013-05-281-7/+8
| | | | | | Ignore-this: 37ae613e4b943e99c5200915b9d95e58 darcs-hash:20130528005825-76d51-89eaf6f1aeeb02086371f9c4ae2afade984f62e0.gz
* Adjust X.C.Desktop documentation content.Adam Vogt2010-08-031-9/+7
| | | | | | | | | | | | | Ignore-this: 9c2616514be4dbb722958bc5a11357b1 Correct errors regarding a description of `mappend' for X Use <+> more often since that's `consistent', and there is no difference since it's the same as >> when all arguments have the same type (which they do... otherwise people aren't just combining valid values for that field of the config). darcs-hash:20100803141117-1499c-e65c9bd2130461f92926cd17ad9edf0912c768fe.gz
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to ↵Brent Yorgey2010-01-121-1/+0
| | | | | | | | get rid of some others. Ignore-this: bf3487b27036b02797d9f528a078d006 darcs-hash:20100112172507-1e371-1b466e62ac727b196330c72c8553116282ef5702.gz
* Use <+> instead of explicit M.union to merge keybindings in X.C.*Adam Vogt2010-01-241-1/+1
| | | | | | Ignore-this: e7bfd99eb4d3e6735153d1d5ec00a885 darcs-hash:20100124202136-1499c-0a4fde78c7e14b6d473712e8d6e23382232b1908.gz
* Make a haddock link direct in C.Desktop.Adam Vogt2009-11-111-1/+1
| | | | | | Ignore-this: da724a7974c3de60f49996c1fe92d3fb darcs-hash:20091111013810-1499c-1e49749aec0ee2db5e3c94456790d3e5f620f047.gz
* Doc namespace minor updatesWirt Wolff2009-10-231-1/+1
| | | | | | | | | Ignore-this: b3fd7de477f0a9ba6af1d8c78eb47754 Most signifigant changes are use unversioned links to external html, fix a couple of key binding examples, and double quotes that should have been single. darcs-hash:20091023184905-18562-289dca9ef6140e899ff6820bc8d2940cea2488bf.gz
* Use 'ewmh' in relevant configsSpencer Janssen2009-10-231-4/+2
| | | | | | Ignore-this: 7cac9c6c3795a3fb60899db29cc65d08 darcs-hash:20091023035043-25a6b-a6e2420febdeb9e9710167f852451c2fd7021869.gz
* Resolve conflicts between Justin Bogner's C.Desktop patch and latest head.Daniel Schoepe2009-10-221-3/+4
| | | | | | Ignore-this: ba805e9889d6bda5ea873e3537b0111f darcs-hash:20091022115849-7f603-c645c8a5aa256445d6caaa8c4bc308f885ee5fe5.gz
* Move EWMH support initialization to a startupHookJustin Bogner2009-10-111-2/+1
| | | | | | | | | | Ignore-this: bd35654d0afb0a2fec73b16ab7ac38b1 Set EWMH support atoms and the window manager name in a startup hook, rather than in the log hook: the log hook occurs far too frequently for it to make sense to set constants with it. darcs-hash:20091011053538-18f27-82f5abfaeba77a65ca836222d089c92d581b25bf.gz
* C.Desktop fix bad escaping and typoWirt Wolff2009-10-221-7/+7
| | | | | | Ignore-this: 70b51a2d8b4443fa364414630ed074c0 darcs-hash:20091022100156-18562-d188cf25a5b6d6ec922148cd3bb29b5d0479b1d7.gz
* C.Desktop doc explaining common desktop config customizationsWirt Wolff2009-10-221-1/+142
| | | | | | | Ignore-this: 83d1f026ae4f4b7f5796269b51e98349 To close http://code.google.com/p/xmonad/issues/detail?id4 darcs-hash:20091022042748-18562-1ba7b4393b64cd6c0393f5472a023fd4bfff197e.gz
* XMonadContrib: set the default cursor to left_ptr for the Desktop configAndres Salomon2009-09-151-0/+2
| | | | | | Ignore-this: a4f7417c8a4190a0cabdadbd359e217 darcs-hash:20090915165753-40516-96e1153264d254d0f4ef3b839057a80db61b5af7.gz
* Add Portability and Stability boilerplate for a couple modules.Adam Vogt2009-10-121-0/+2
| | | | | | | | Ignore-this: 7d875c5e47535a11e26f9a604a01fe88 Needed for automating the generation of the Doc.Extending module summaries. darcs-hash:20091012041055-1499c-c6024b23b125ddc94f3daa33437bf494434362ce.gz
* Adjustments to use the new event hook feature instead of Hooks.EventHookDaniel Schoepe2009-02-031-1/+2
| | | | | | Ignore-this: f8c239bc8e301cbd6fa509ef748af542 darcs-hash:20090203160046-cb1c6-d66821c5b8a5a60e3b76148654c6e28806b37749.gz
* Fix haddock typos in XMonad.Config.{Desktop,Gnome,Kde}Spencer Janssen2008-09-111-2/+0
| | | | darcs-hash:20080911040808-25a6b-72ce676251cdda76713191d578bc497a27f2bcac.gz
* I prefer the spencerjanssen@gmail.com addressSpencer Janssen2008-07-141-2/+2
| | | | darcs-hash:20080714204005-25a6b-52d0b1b901b1fa3e2fbdd8082f709ed3537624e2.gz
* XMonad.Config.Desktop type problem (monomorphism?)Malebria2008-06-101-1/+1
| | | | | | With main darcs-hash:20080610182856-1ef02-b6e6bdaafbb8a1d25295c3712dd3d8a1bf216de5.gz
* Whitespace onlySpencer Janssen2008-05-071-1/+0
| | | | darcs-hash:20080507031306-a5988-bc09756442b38e2fdd4bb2c9ab60972ed7660723.gz
* IndentationSpencer Janssen2008-05-071-5/+4
| | | | darcs-hash:20080507022553-a5988-552f342c9a8fb2bfd52e49e7b1c501e9690582f7.gz
* Add ToggleStruts to the desktop configSpencer Janssen2008-05-071-0/+6
| | | | darcs-hash:20080507022516-a5988-052b2672534ec9f4af933450bc6f5d8af3260066.gz
* Add XMonad.Config.Desktop and XMonad.Config.GnomeSpencer Janssen2008-04-301-0/+33
darcs-hash:20080430082253-a5988-66822252a13bee869034da162f4a127ae06f9992.gz