[Xmonad] darcs patch: Hooks module (and 4 more)
mail at joachim-breitner.de
mail at joachim-breitner.de
Thu Oct 18 11:33:38 EDT 2007
Thu Oct 18 17:24:47 CEST 2007 mail at joachim-breitner.de
* Hooks module
This is the basic hooks module with all the magic, and should be put directly in xmonad/
if this proposal is ever agreed on.
Thu Oct 18 17:25:47 CEST 2007 mail at joachim-breitner.de
* HookProxy module
This is only need while the Hooks system is not in the core. The names of the functions match those
in the Config.hs that they shoud replace.
Eventually, the core (i.e. Operations.hs) should call
> runSomeHook (mconcat Config.xmonadExtensions)
in the right spot itself. This is all required modification to the core!
Thu Oct 18 17:27:27 CEST 2007 mail at joachim-breitner.de
* Extensions to match windows on the name
To not lose the functionality of the current manageHook, this extensions
provides this. This also means that the lines that extract the window names etc.
would not have to be in the core anymore.
Thu Oct 18 17:28:49 CEST 2007 mail at joachim-breitner.de
* ManageDocks migrated to Hook system
Not much to do to migrate an existing module to the new hook system. Note that
extendind the fields of an XMonadExtensions does not break this!
Thu Oct 18 17:31:58 CEST 2007 mail at joachim-breitner.de
* Adjust EwmhDesktops to use the Hooks system
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 12976 bytes
Desc: A darcs patch for your repository!
Url : http://www.haskell.org/pipermail/xmonad/attachments/20071018/e3c396ec/attachment.bin
More information about the Xmonad
mailing list