Added XMonad.Hooks.DynamicHooks

Allows runtime creation and modification of ManageHooks. Also allows one-shot
ManageHooks that are removed after the fire. Note that if several transient
hooks fire at once, only the most recently defined is executed, and all
are removed.
This commit is contained in:
Braden Shepherdson
2008-07-24 22:20:54 +00:00
parent 8aa2076a45
commit 1a9af96070
2 changed files with 123 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ library
XMonad.Config.PlainConfig
XMonad.Config.Sjanssen
XMonad.Config.Xfce
XMonad.Hooks.DynamicHooks
XMonad.Hooks.DynamicLog
XMonad.Hooks.EventHook
XMonad.Hooks.EwmhDesktops