[xmonad] Issue 223 in xmonad: smartBorders fails if there are no
other windows on this workspace
codesite-noreply at google.com
codesite-noreply at google.com
Sun Oct 5 14:35:33 EDT 2008
Issue 223: smartBorders fails if there are no other windows on this
workspace
http://code.google.com/p/xmonad/issues/detail?id=223
Comment #1 by nomeata:
redoLayout is not called for empty (where empty means no non-floating
windows)
layouts. To fix this, either implement emptyLayoutMod in instance
LayoutModifier
SmartBorder, or wait for that to happen:
-- /NOTE/: 'emptyLayoutMod' will likely be combined with
-- 'redoLayout' soon!
(from XMonad/Layout/LayoutModifier.hs)
Issue attribute updates:
Labels: Component-Contrib
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the xmonad
mailing list