Fullscreenevent BROKEN if using multi monitors.

This commit is contained in:
Derek Taylor 2021-04-14 01:50:03 -05:00
parent 0844b893df
commit 2a0678245d
2 changed files with 2 additions and 2 deletions

View File

@ -571,7 +571,7 @@ main = do
<+> serverModeEventHook
<+> serverModeEventHookF "XMONAD_PRINT" (io . putStrLn)
<+> docksEventHook
<+> fullscreenEventHook
-- <+> fullscreenEventHook -- this does NOT work right if using multi-monitors!
, modMask = myModMask
, terminal = myTerminal
, startupHook = myStartupHook

View File

@ -466,7 +466,7 @@ main = do
<+> serverModeEventHook
<+> serverModeEventHookF "XMONAD_PRINT" (io . putStrLn)
<+> docksEventHook
<+> fullscreenEventHook
-- <+> fullscreenEventHook -- this does NOT work right if using multi-monitors!
, modMask = myModMask
, terminal = myTerminal
, startupHook = myStartupHook