summaryrefslogtreecommitdiffhomepage
path: root/src/Top.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Top.hs')
-rw-r--r--src/Top.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Top.hs b/src/Top.hs
index 4ee2ab8..24a3dc2 100644
--- a/src/Top.hs
+++ b/src/Top.hs
@@ -16,7 +16,7 @@ config p = (baseConfig p) {
, Run (diskIO p)
, Run (coreTemp p)
, Run brightness
- , Run kbd
+ , Run (kbd p)
, Run XMonadLog
, Run (batt p)
]