aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Doc/Extending.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-12/+12
Ignore-this: 898458b1d2868a70dfb09faf473dc7aa darcs-hash:20130528013909-76d51-863278165b6f149c47b08b31b34e85ddcab19f1f.gz
2013-05-28eliminate references to defaultConfigDaniel Wagner1-16/+16
Ignore-this: 37ae613e4b943e99c5200915b9d95e58 darcs-hash:20130528005825-76d51-89eaf6f1aeeb02086371f9c4ae2afade984f62e0.gz
2012-01-11roll back previous incorrect fixDaniel Wagner1-1/+1
Ignore-this: 91496faef411e6ae3442498b528d119b darcs-hash:20120111214133-76d51-69ac442688efdf7a9ad146950b352b68c2fdc772.gz
2012-01-11Extending: fix http://code.google.com/p/xmonad/issues/detail?idI0gwern01-1/+1
Ignore-this: 515afbed507c070d60ab547e98682f12 darcs-hash:20120111211907-f7719-b499f0dbeb3177e896e591106f430dd9c021c052.gz
2012-01-11another documentation patch: XMonadContrib.UpdatePointer -> ↵Daniel Wagner1-1/+1
XMonad.Actions.UpdatePointer Ignore-this: 1444e4a3f20ba442602ef1811d0b32c7 darcs-hash:20120111211226-76d51-194d2e07b3f8ccb8ef3724c8e4bee635f87cc67f.gz
2012-01-11documentation patch, fixes issue 490Daniel Wagner1-1/+1
Ignore-this: 8d899e15f9d1a657e9fc687e2f649f45 darcs-hash:20120111210832-76d51-fdc4239e23d78e6a202deb7781a247d5b52612b5.gz
2011-09-16documentation patch to XMonad.Doc.ExtendingDaniel Wagner1-8/+10
Ignore-this: 77998915c337590f127fd4a4b6029029 darcs-hash:20110916202845-76d51-83521865553fd33a5487732da932b8a1f69f53da.gz
2010-06-16A hook to handle minimize/restore window manager hints.Justin Bogner1-3/+7
Ignore-this: c562ce1df81bce9a7dc5e7fe2dc67a43 XMonad.Hooks.Minimize handles both minimize and restore messages. Handling restore messages was already done in RestoreMinimized, which this module intends to replace. darcs-hash:20100616051124-18f27-729a41e41728de0e8c32f53032633d34b92ebf0f.gz
2009-12-20In D.Extending note how <+> can be used with keybindings.Adam Vogt1-9/+13
Ignore-this: ebea8ef8a835ed368fa06621add6519f darcs-hash:20091220190739-1499c-bb3eb7e6a4caec3ffebb240d500d464b7107b027.gz
2009-10-23Doc namespace minor updatesWirt Wolff1-22/+34
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
2009-10-22Refer to modm as the current modMaskAdam Vogt1-24/+26
Ignore-this: d097c7dc1746c55e1d4078a7148f9d5a This makes the config suggestions consistent with the current template. darcs-hash:20091022041126-1499c-5dd63076fdd71a61276cfc8e648bada81d9cc586.gz
2009-09-15XMonadContrib: add a utility module to set the default cursorAndres Salomon1-0/+2
Ignore-this: b0559b7b2617db90506492aa1479cde This adds XMonad.Util.Cursor, which defines a function that allows setting the default mouse cursor. This can be useful for (for example) gnomeConfig, to ensure that the root cursor is changed from X_cursor to left_ptr. darcs-hash:20090915165604-40516-682a702c21bdb6b712bdab38a370849932e9f632.gz
2009-10-12Update D.Extending module lists with help of a script (also added)Adam Vogt1-191/+582
Ignore-this: c280d3047355be962e8ef706d598aa43 darcs-hash:20091012044918-1499c-9761fe0833b9ad47cd65bfd70059b6bb64d2c59c.gz
2009-06-18Remove Hooks.EventHookDaniel Schoepe1-3/+1
Ignore-this: 14c32fddc8b7b0561e97eb1d09e27fd7 The Hooks.EventHook module is superseded by handleEventHook from core and should no longer be needed. darcs-hash:20090618104318-cb1c6-43b2f002f74c3eab3a8ea916caa17ea77bae0e16.gz
2008-09-21Move XMonad.Util.XPaste to XMonad.Util.PasteSpencer Janssen1-1/+1
darcs-hash:20080921060947-25a6b-6feda2edc133f5968df19892c2490a3a2df785c8.gz
2008-09-20+XMonad.Util.XPaste: a module for pasting strings to windowsgwern01-0/+3
darcs-hash:20080920152106-f7719-a6fa113c92ddfb932285957c272d0d4de1cd444b.gz
2008-03-26update documentation in XMonad/Doc in preparation for 0.7 releaseBrent Yorgey1-37/+138
darcs-hash:20080326195741-bd4d7-74a11c8d28951cf24caaf0e6102cad2fc40635d1.gz
2008-03-24Doc/Extending: remove references to "XMonad.Layouts" -- it's now called ↵Brent Yorgey1-2/+1
"XMonad.Layout", and in any case, importing it explicitly is not needed anyway. darcs-hash:20080324143503-bd4d7-87e59055537504977c65663d7a2ff1a3be5af599.gz
2008-02-01REMOVE RotView: use CycleWS instead.Brent Yorgey1-2/+0
See CycleWS docs for info on switching, or just look at the changes to XMonad.Config.Droundy. darcs-hash:20080201180618-bd4d7-7b4deec416c0afd7926b44652bd00cfede1e5e17.gz
2008-01-31Extending.hs: documentation updateBrent Yorgey1-0/+3
darcs-hash:20080131012728-bd4d7-37532b163af1144c2a6cfdd87a6b69360ded3f32.gz
2008-01-13Doc.Extending: added links and description of recent module additionAndrea Rossato1-0/+8
darcs-hash:20080113093211-32816-dc365a15761f0087f227de61864f6359b9ef209c.gz
2007-12-09Extending: updated to the lates config changes - manageHook simplificationAndrea Rossato1-15/+33
darcs-hash:20071209164731-32816-ddd929833cda979b43bfe81124bd516dc8634e54.gz
2007-12-09Extending: some fixesAndrea Rossato1-4/+2
darcs-hash:20071209123623-32816-08c51bd56e3ba0a12dc82fb5cee865758986d5a9.gz
2007-11-24Extending.hs: a few editsBrent Yorgey1-7/+9
darcs-hash:20071124171452-bd4d7-cf7ab3c69d0064ee3cf79fb9f67acf86bea25a6d.gz
2007-11-24Extending: some more stuffAndrea Rossato1-5/+27
darcs-hash:20071124141106-32816-3a5f1b3316de868c7b14e15aed2c1bb1260a77d9.gz
2007-11-24Doc/Extending.hs: editsBrent Yorgey1-51/+64
darcs-hash:20071123232743-bd4d7-86659970e93cf34913693c2adb17981fb1418831.gz
2007-11-23Extending: added manageHook and logHook sectionsAndrea Rossato1-5/+130
darcs-hash:20071123212943-32816-9fee5ee7cc276f56483e59b0ac9584d4bf175d64.gz
2007-11-23Doc/Extending.hs: add a section about configuring mouse bindings.Brent Yorgey1-0/+26
darcs-hash:20071123184501-bd4d7-013cff77a2873cd67939d402d3be05c63ef487f4.gz
2007-11-22Extending: editing the key bindings require importing Data.MapAndrea Rossato1-0/+6
darcs-hash:20071122133901-32816-690bc95d22f0104d943d7d0866e1892cf326f93b.gz
2007-11-22Extending.hs: more edits and additions.Brent Yorgey1-68/+64
darcs-hash:20071122034432-bd4d7-cecd94fa3338908c11bc952cdfd6d1b70770c3f2.gz
2007-11-21Extending.hs: edits and additionsBrent Yorgey1-35/+141
darcs-hash:20071121203631-bd4d7-614e7e766ee1857cc3b81678c2101706adc516e7.gz
2007-11-20A new documentation systemAndrea Rossato1-295/+30
What to see a real Haddock abuse? Here you go. Removed Documentation.hs and added a new name space: XMonad.Doc. By importing other documentation modules we may also use the synopsis in XMonad.Doc. If you believe that we should not have modules without code, well this code is not for you: just that strange -- stuff ...;) darcs-hash:20071120151552-32816-f4c08bb12ceeb931a5c82c782100d698f5efc22f.gz
2007-11-19Port overview from contrib.html to Documentation.hsDon Stewart1-1/+21
darcs-hash:20071119183127-cba2c-6c4b9e721883c5a0202d1d8a934297dc26960aa0.gz
2007-11-18Documentation.hs: a lot more edits and additions.Brent Yorgey1-39/+87
darcs-hash:20071118215541-bd4d7-36bd7ff012113233b8706e2f050ca0291722db9e.gz
2007-11-18Documentation: added the section on editing layoutHookAndrea Rossato1-20/+149
darcs-hash:20071118121240-32816-39d17490cc2dd62ae2d9a71ce842ce924a37d60f.gz
2007-11-17Documentation.hs: various stylistic edits, add a few more detailsBrent Yorgey1-17/+34
darcs-hash:20071117173924-bd4d7-596a07df4557c956cca1532238995a9126ba7927.gz
2007-11-17Documentation: added library description coding style and licensing policy - ↵Andrea Rossato1-27/+114
xmonad in small caps darcs-hash:20071117134631-32816-4a0bd32c40ae45450912942c71b151d04d61838b.gz
2007-11-17Documentation: added more stuffAndrea Rossato1-97/+229
darcs-hash:20071117114217-32816-52e3bb5892e391d254eac06239a5670f629a92d0.gz
2007-11-16Documentation.hs: minor fixesAndrea Rossato1-11/+13
darcs-hash:20071116201600-32816-d0bd517d4b1880f2efbce2ed5954bcdd37b02595.gz
2007-11-16Documentation: added the section for adding and removing key bindingsAndrea Rossato1-1/+33
darcs-hash:20071116155110-32816-2ee2f76213887f4b0576bb309aa5f863cd271ff5.gz
2007-11-16Documentation: more stuff addedAndrea Rossato1-30/+95
darcs-hash:20071116154059-32816-f9183d55162bed9326e6a6a5e7f34e5ff11e7e5c.gz
2007-11-16Documentation: typos and formattingAndrea Rossato1-10/+8
darcs-hash:20071116122929-32816-8ebf00cfb57833d2ac1a75f974ead2930955b5dc.gz
2007-11-16Add Documentation.hs for documentation purposesAndrea Rossato1-0/+295
An empty module for documentation purpose with configuration instructions. darcs-hash:20071116104827-32816-366cb9be6b7204ce174a190fac64b493741a5d86.gz