Issue 189 in xmonad: MultiToggle to Full and tabbed layout makes X crusn

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
participants (1)
-
codesite-noreply@google.com