diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2024-03-15 00:22:03 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2024-03-15 00:22:03 -0600 |
commit | 2afcbcf4687517cec953a05cce26ac7a57378f49 (patch) | |
tree | 3532ecc6015200ecc663b44b752655a04490d96c /src/Config.hs | |
parent | c50a8375cd37d054e68648c9116670d39a94fd34 (diff) | |
download | wetterhorn-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.hs | 3 |
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 } |