[XMonad] Fix EWMH support for _NET_ACTIVE_WINDOW

This commit is contained in:
Ivan Malison 2021-07-24 03:09:43 -06:00
parent 82befc8adf
commit 545ec85489
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -91,7 +91,7 @@ myConfig = def
, logHook =
updatePointer (0.5, 0.5) (0, 0) +++
toggleFadeInactiveLogHook 0.9 +++ workspaceHistoryHook +++
setWorkspaceNames
setWorkspaceNames +++ activateLogHook (reader W.focusWindow >>= doF) <+> logHook def
, handleEventHook =
fullscreenEventHook +++ followIfNoMagicFocus +++ minimizeEventHook
, startupHook = myStartup