From 2afcbcf4687517cec953a05cce26ac7a57378f49 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Fri, 15 Mar 2024 00:22:03 -0600 Subject: Have Wetterhorn keep track of the windows. --- 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 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 } -- cgit