darcs patch: Hooks module (and 4 more)

Thu Oct 18 17:24:47 CEST 2007 mail@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@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@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@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@joachim-breitner.de * Adjust EwmhDesktops to use the Hooks system
participants (1)
-
mail@joachim-breitner.de