diff options
Diffstat (limited to 'Config.hs')
-rw-r--r-- | Config.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,6 +30,7 @@ import Plugins.Date import Plugins.PipeReader import Plugins.CommandReader import Plugins.StdinReader +import Plugins.XMonadLog #ifdef INOTIFY import Plugins.Mail @@ -90,7 +91,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 :*: +runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: #ifdef INOTIFY Mail :*: #endif |