fixed fullscreen issue in Chromium based browsers

https://wiki.archlinux.org/index.php/Xmonad#Chromium/Chrome_will_not_go_fullscreen
This commit is contained in:
Daniel Lehner 2021-04-03 18:37:43 +00:00
parent c94368ca8c
commit f4dddf1b99
1 changed files with 1 additions and 0 deletions

View File

@ -897,6 +897,7 @@ main = do
<+> serverModeEventHook
<+> serverModeEventHookF "XMONAD_PRINT" (io . putStrLn)
<+> docksEventHook
<+> fullscreenEventHook
, modMask = myModMask
, terminal = myTerminal
, startupHook = myStartupHook