darcs patch: Hooks module (and 7 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 Fri Oct 12 00:55:58 CEST 2007 mail@joachim-breitner.de * EwmhDesktops reacts to messages from panel apps Hi, this patch makes EwmhDesktops react to ClientMessages send from e.g. the panel switcher. It currently only supports changing the current desktop (which at least for me is the most important feature). Note that you need my patch against X11-extras that adds ClientMessage support. You also need my messageHook hack against darcs. I tried to implement this without changes to the core, but trying to do some hack based on LayoutModifieres weren’t very satisfying. The code is still there, just commented. I’d very much appreciate any comments on how this functionality can go in, after 0.4, I guess. Greetins, Joachim Thu Oct 18 20:11:50 CEST 2007 mail@joachim-breitner.de * HookProxy: Message-Intercepting LayoutModifier Thu Oct 18 20:11:56 CEST 2007 mail@joachim-breitner.de * Make EwmhDesktop react on ClientMessages
participants (1)
-
mail@joachim-breitner.de