forked from colonelpanic/dotfiles
[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 <>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user