[XMonad] Use ewmhFullscreen instead of fullscreenEventHook
See 2813694dc7/CHANGES.md (L35)
This commit is contained in:
parent
7168064982
commit
261ba7e8b2
@ -105,7 +105,7 @@ myConfig = def
|
|||||||
toggleFadeInactiveLogHook 0.9 <> workspaceHistoryHook <>
|
toggleFadeInactiveLogHook 0.9 <> workspaceHistoryHook <>
|
||||||
setWorkspaceNames <> activateLogHook (reader W.focusWindow >>= doF) <+> logHook def
|
setWorkspaceNames <> activateLogHook (reader W.focusWindow >>= doF) <+> logHook def
|
||||||
, handleEventHook =
|
, handleEventHook =
|
||||||
fullscreenEventHook <> followIfNoMagicFocus <> minimizeEventHook <> restartEventHook
|
followIfNoMagicFocus <> minimizeEventHook <> restartEventHook
|
||||||
, startupHook = myStartup
|
, startupHook = myStartup
|
||||||
, keys = customKeys (const []) addKeys
|
, keys = customKeys (const []) addKeys
|
||||||
}
|
}
|
||||||
@ -125,6 +125,7 @@ main = do
|
|||||||
. docks
|
. docks
|
||||||
. pagerHints
|
. pagerHints
|
||||||
. ewmh
|
. ewmh
|
||||||
|
. ewmhFullscreen
|
||||||
. withNavigation2DConfig myNavigation2DConfig $ myConfig
|
. withNavigation2DConfig myNavigation2DConfig $ myConfig
|
||||||
|
|
||||||
-- Utility functions
|
-- Utility functions
|
||||||
|
Loading…
Reference in New Issue
Block a user