aboutsummaryrefslogtreecommitdiff
path: root/src/Config.hs
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2024-03-15 00:22:03 -0600
committerJosh Rahm <joshuarahm@gmail.com>2024-03-15 00:22:03 -0600
commit2afcbcf4687517cec953a05cce26ac7a57378f49 (patch)
tree3532ecc6015200ecc663b44b752655a04490d96c /src/Config.hs
parentc50a8375cd37d054e68648c9116670d39a94fd34 (diff)
downloadwetterhorn-2afcbcf4687517cec953a05cce26ac7a57378f49.tar.gz
wetterhorn-2afcbcf4687517cec953a05cce26ac7a57378f49.tar.bz2
wetterhorn-2afcbcf4687517cec953a05cce26ac7a57378f49.zip
Have Wetterhorn keep track of the windows.
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
}