summaryrefslogtreecommitdiffhomepage
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs3
1 files changed, 2 insertions, 1 deletions
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