HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Request an account if you don't have one.

Xmonad/Branches/Hooks

< Xmonad

Categories: XMonad configuration

1 Hooks system

This is obsolete and unmaintained.

1.1 Description

Nomeata has proposed an alternative Hook system with the following aims:

The idea is that, from the users POV, every extension exports a function of type XMonadExtension, which are then combined to the Config.hs function 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

Retrieved from "http://haskell.cs.yale.edu/haskellwiki/Xmonad/Branches/Hooks"

This page has been accessed 1,314 times. This page was last modified 13:48, 26 March 2008. Recent content is available under a simple permissive license.