life, is roblox

This commit is contained in:
Sakooooo 2023-07-27 21:02:24 +03:00
parent cb472001d1
commit 13d34b5623
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
-- combine event hooks use mappend or mconcat from Data.Monoid.
--
myEventHook = mempty
myEventHook = ewmhDesktopsEventHook
------------------------------------------------------------------------
-- Status bars and logging
@ -314,7 +314,6 @@ myConfig = defaults {
handleEventHook = handleEventHook def
<> Hacks.trayerPaddingXmobarEventHook
<> ewmhFullscreen
}