From fbdc9d635d9e2ddcf11e8f4adcbfafd16ea90e3b Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 9 Dec 2009 03:16:20 +0100 Subject: Add very experimental EWMH plugin Ignore-this: 9837736ecbe1f4595f7f892bbfa3f620 darcs-hash:20091209021620-a5988-d6413cf4cde6bae98037e277f47347392e7c710a.gz --- Config.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index ef487ee..40980fa 100644 --- a/Config.hs +++ b/Config.hs @@ -31,6 +31,7 @@ import Plugins.PipeReader import Plugins.CommandReader import Plugins.StdinReader import Plugins.XMonadLog +import Plugins.EWMH #ifdef INOTIFY import Plugins.Mail @@ -91,7 +92,7 @@ infixr :*: -- the 'Runnable.Runnable' Read instance. To install a plugin just add -- the plugin's type to the list of types (separated by ':*:') appearing in -- this function's type signature. -runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: +runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: #ifdef INOTIFY Mail :*: #endif -- cgit v1.2.3