Daniel Wagner
daa2731d3d
eliminate references to defaultConfig
2013-05-28 00:58:25 +00:00
Daniel Wagner
b944b1129c
roll back previous incorrect fix
2012-01-11 21:41:33 +00:00
gwern0
08d432bde6
Extending: fix http://code.google.com/p/xmonad/issues/detail?id=490
2012-01-11 21:19:07 +00:00
Daniel Wagner
04d6cbc5f0
another documentation patch: XMonadContrib.UpdatePointer -> XMonad.Actions.UpdatePointer
2012-01-11 21:12:26 +00:00
Daniel Wagner
9cafb7c2af
documentation patch, fixes issue 490
2012-01-11 21:08:32 +00:00
Daniel Wagner
61e991afaa
documentation patch to XMonad.Doc.Extending
2011-09-16 20:28:45 +00:00
Justin Bogner
fd99373c39
A hook to handle minimize/restore window manager hints.
...
XMonad.Hooks.Minimize handles both minimize and restore
messages. Handling restore messages was already done in
RestoreMinimized, which this module intends to replace.
2010-06-16 05:11:24 +00:00
Adam Vogt
05ed62a455
In D.Extending note how <+> can be used with keybindings.
2009-12-20 19:07:39 +00:00
Wirt Wolff
79ab1d5de1
Doc namespace minor updates
...
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.
2009-10-23 18:49:05 +00:00
Adam Vogt
74a03cd8fb
Refer to modm as the current modMask
...
This makes the config suggestions consistent with the current template.
2009-10-22 04:11:26 +00:00
Andres Salomon
9ac6c9a24d
XMonadContrib: add a utility module to set the default cursor
...
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.
2009-09-15 16:56:04 +00:00
Adam Vogt
5e0a65ea63
Update D.Extending module lists with help of a script (also added)
2009-10-12 04:49:18 +00:00
Daniel Schoepe
1b521f0064
Remove Hooks.EventHook
...
The Hooks.EventHook module is superseded by handleEventHook from core and should no longer be needed.
2009-06-18 10:43:18 +00:00
Spencer Janssen
2477985387
Move XMonad.Util.XPaste to XMonad.Util.Paste
2008-09-21 06:09:47 +00:00
gwern0
4ae4a7ec07
+XMonad.Util.XPaste: a module for pasting strings to windows
2008-09-20 15:21:06 +00:00
Brent Yorgey
f0e7b48bda
update documentation in XMonad/Doc in preparation for 0.7 release
2008-03-26 19:57:41 +00:00
Brent Yorgey
883b803794
Doc/Extending: remove references to "XMonad.Layouts" -- it's now called "XMonad.Layout", and in any case, importing it explicitly is not needed anyway.
2008-03-24 14:35:03 +00:00
Brent Yorgey
5492a1265e
REMOVE RotView: use CycleWS instead.
...
See CycleWS docs for info on switching, or just look at the changes to
XMonad.Config.Droundy.
2008-02-01 18:06:18 +00:00
Brent Yorgey
adf747b666
Extending.hs: documentation update
2008-01-31 01:27:28 +00:00
Andrea Rossato
1125e9102e
Doc.Extending: added links and description of recent module addition
2008-01-13 09:32:11 +00:00
Andrea Rossato
88424dc1a8
Extending: updated to the lates config changes - manageHook simplification
2007-12-09 16:47:31 +00:00
Andrea Rossato
2d4032665d
Extending: some fixes
2007-12-09 12:36:23 +00:00
Brent Yorgey
a94c862a53
Extending.hs: a few edits
2007-11-24 17:14:52 +00:00
Andrea Rossato
e07df4eb6b
Extending: some more stuff
2007-11-24 14:11:06 +00:00
Brent Yorgey
4761b83657
Doc/Extending.hs: edits
2007-11-23 23:27:43 +00:00
Andrea Rossato
6339686032
Extending: added manageHook and logHook sections
2007-11-23 21:29:43 +00:00
Brent Yorgey
57d5cb0962
Doc/Extending.hs: add a section about configuring mouse bindings.
2007-11-23 18:45:01 +00:00
Andrea Rossato
402054c581
Extending: editing the key bindings require importing Data.Map
2007-11-22 13:39:01 +00:00
Brent Yorgey
27506065b2
Extending.hs: more edits and additions.
2007-11-22 03:44:32 +00:00
Brent Yorgey
450262dca0
Extending.hs: edits and additions
2007-11-21 20:36:31 +00:00
Andrea Rossato
85d3577080
A new documentation system
...
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 ...;)
2007-11-20 15:15:52 +00:00