[xmonad] Issue 585 in xmonad: Fullscreen window grows with each click on HTML5 videos in Google Chrome
codesite-noreply at google.com
codesite-noreply at google.com
Mon Mar 9 02:34:24 UTC 2015
Comment #2 on issue 585 by vially.i... at 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
More information about the xmonad
mailing list