[XMonad] Fix EWMH support for _NET_ACTIVE_WINDOW
This commit is contained in:
parent
82befc8adf
commit
545ec85489
@ -91,7 +91,7 @@ myConfig = def
|
|||||||
, logHook =
|
, logHook =
|
||||||
updatePointer (0.5, 0.5) (0, 0) +++
|
updatePointer (0.5, 0.5) (0, 0) +++
|
||||||
toggleFadeInactiveLogHook 0.9 +++ workspaceHistoryHook +++
|
toggleFadeInactiveLogHook 0.9 +++ workspaceHistoryHook +++
|
||||||
setWorkspaceNames
|
setWorkspaceNames +++ activateLogHook (reader W.focusWindow >>= doF) <+> logHook def
|
||||||
, handleEventHook =
|
, handleEventHook =
|
||||||
fullscreenEventHook +++ followIfNoMagicFocus +++ minimizeEventHook
|
fullscreenEventHook +++ followIfNoMagicFocus +++ minimizeEventHook
|
||||||
, startupHook = myStartup
|
, startupHook = myStartup
|
||||||
|
Loading…
Reference in New Issue
Block a user