aboutsummaryrefslogtreecommitdiff
path: root/src/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.hs')
-rw-r--r--src/Config.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Config.hs b/src/Config.hs
index 759e3b8..0cc1c02 100644
--- a/src/Config.hs
+++ b/src/Config.hs
@@ -41,7 +41,8 @@ config =
liftIO $ putStrLn "You Lose :("
forwardEvent,
- surfaceHook = wio . print
+ surfaceHook = do
+ handleSurface
},
layout = WindowLayout Full
}