
Comment #2 on issue 585 by vially.i...@gmail.com: Fullscreen window grows with each click on HTML5 videos in Google Chrome https://code.google.com/p/xmonad/issues/detail?id=585 The problem seems to be even more general. Any click while in a fullscreen Chrome/Chromium window grows the window. Here's the smallest xmonad.hs that still reproduces the bug: import XMonad import XMonad.Hooks.EwmhDesktops import XMonad.Layout.NoBorders main = do xmonad $ defaultConfig { handleEventHook = fullscreenEventHook , layoutHook = smartBorders $ layoutHook defaultConfig } -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings