[XMonad] Fix EWMH support for _NET_ACTIVE_WINDOW
This commit is contained in:
parent
82befc8adf
commit
545ec85489
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user