Xmonad/Branches/Hooks
From HaskellWiki
1 Hooks system
This is obsolete and unmaintained.
1.1 Description
Nomeata has proposed an alternative Hook system with the following aims:
- Simplifying the configuration of extensions in Config.hs
- Adding new hooks without changes to Config.hs or unrelated Extensions
XMonadExtension
xmonadExtensions :: [XMonadExtension]
Because this would require changes to the core, this is currently implemented in XMonadContrib, with the HooksProxy.hs extension providing the glue to the current Config.hs functions. The Hooks.hs module is what actually should go to the core.
The repository also contains adjustments of some extensions. If you want to see more, notify me.
1.2 Repositories
- http://darcs.nomeata.de/XMonadContrib-hook-branch/ (DarcsWeb)
- http://darcs.nomeata.de/xmonad-hook-branch/ (DarcsWeb): Only adjustments to Config.hs and Config.hs-boot
