[XMonad] Use ewmhFullscreen instead of fullscreenEventHook

See 2813694dc7/CHANGES.md (L35)
This commit is contained in:
Ivan Malison 2021-08-08 19:28:59 -06:00
parent 7168064982
commit 261ba7e8b2
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -105,7 +105,7 @@ myConfig = def
toggleFadeInactiveLogHook 0.9 <> workspaceHistoryHook <>
setWorkspaceNames <> activateLogHook (reader W.focusWindow >>= doF) <+> logHook def
, handleEventHook =
fullscreenEventHook <> followIfNoMagicFocus <> minimizeEventHook <> restartEventHook
followIfNoMagicFocus <> minimizeEventHook <> restartEventHook
, startupHook = myStartup
, keys = customKeys (const []) addKeys
}
@ -125,6 +125,7 @@ main = do
. docks
. pagerHints
. ewmh
. ewmhFullscreen
. withNavigation2DConfig myNavigation2DConfig $ myConfig
-- Utility functions