aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks/MessageHooks.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-11-19remove MessageHooksDevin Mullins1-315/+0
Duplicating xmonad-core and working around static-linking issues was getting old quick. MessageHooks is now a branch of core, located at: http://code.haskell.org/~twifkak/xmonad-MessageHooks darcs-hash:20071119070417-78224-706000d56489327ae51048b70b3175ae6b174565.gz
2007-11-19make handle Just Another Message HookDevin Mullins1-8/+16
darcs-hash:20071119041731-78224-ee2722d1c2e7acc7e75fb6c06341a7cb2a00fa9e.gz
2007-11-18needs pattern guardsDon Stewart1-1/+1
darcs-hash:20071118053204-cba2c-96576aa94615fab45d814e001585b82a160d6cce.gz
2007-11-18experimental MessageHooks "branch" of mainDevin Mullins1-0/+307
Doesn't do much now, but is enough to allow me to define noFollow again. :) I believe the need to change XConfig may force this to be an *actual* branch of xmonad core, but I'm not sure yet. darcs-hash:20071118010836-78224-ebf356b999f98aff6f99f575057c493efdf5f264.gz