From 84fbd550987fdbcd976b65753ecc59da2707907f Mon Sep 17 00:00:00 2001 From: Patrick Chilton Date: Tue, 25 Sep 2012 16:30:20 +0200 Subject: Added keyboard lock status command. --- src/Config.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Config.hs') diff --git a/src/Config.hs b/src/Config.hs index a6ad3e2..622c79c 100644 --- a/src/Config.hs +++ b/src/Config.hs @@ -34,6 +34,7 @@ import Plugins.StdinReader import Plugins.XMonadLog import Plugins.EWMH import Plugins.Kbd +import Plugins.Locks #ifdef INOTIFY import Plugins.Mail @@ -120,7 +121,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 :*: BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: Kbd :*: +runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: Kbd :*: Locks :*: #ifdef INOTIFY Mail :*: MBox :*: #endif -- cgit v1.2.3