[xmonad] Issue 189 in xmonad: MultiToggle to Full and tabbed layout
makes X crusn
codesite-noreply at google.com
codesite-noreply at google.com
Mon Jan 12 05:36:34 EST 2009
Comment #2 on issue 189 by fr4nk.is.a.geek: MultiToggle to Full and tabbed
layout makes X crusn
http://code.google.com/p/xmonad/issues/detail?id=189
I can reproduce this bug with the following LayoutHook:
myLayoutHook =
mkToggle (single REFLECTX) $
avoidStruts (resizableTiled ||| threeCol ||| Mirror resizableTiled |||
noBorders
Full ||| simpleTabbed)
where
resizableTiled = ResizableTall 1 delta initialProportions []
threeCol = ThreeCol 1 delta initialProportions
delta = (3%100)
initialProportions = (1%2)
XMonad crashes during workspace switch from ResizableTall to ThreeCol.
It works if the mkToggle-line is commented out or if the tabbed layout is
removed.
--
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