This commit is contained in:
Sakooooo 2023-07-27 21:03:57 +03:00
parent e22bda8860
commit 0366e66002
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -240,7 +240,7 @@ myManageHook = composeAll
-- return (All True) if the default handler is to be run afterwards. To -- return (All True) if the default handler is to be run afterwards. To
-- combine event hooks use mappend or mconcat from Data.Monoid. -- combine event hooks use mappend or mconcat from Data.Monoid.
-- --
myEventHook = ewmh myEventHook = mempty
------------------------------------------------------------------------ ------------------------------------------------------------------------
-- Status bars and logging -- Status bars and logging