[xmonad] Issue 189 in xmonad: MultiToggle to Full and tabbed layout
makes X crusn
codesite-noreply at google.com
codesite-noreply at google.com
Tue May 20 04:46:12 EDT 2008
Issue 189: MultiToggle to Full and tabbed layout makes X crusn
http://code.google.com/p/xmonad/issues/detail?id=189
New issue report by akhilman:
What steps will reproduce the problem?
1. try to use MultiToggle to toggle to Full layout and tabbed layout same
time
What is the expected output? What do you see instead?
It should work. but it makes X crush
What version of the product are you using? On what operating system?
0.7 on gentoo
Please provide any additional information below.
layout section form xmonad.hs
myLayout = avoidStruts (mkToggle (single FULL) (tiled ||| Mirror tiled |
||
simpleTabbed ) )
where
-- default tiling algorithm partitions the screen into two panes
tiled = ResizableTall nmaster delta ratio []
-- The default number of windows in the master pane
nmaster = 1
-- Default proportion of screen occupied by master pane
ratio = 1/2
-- Percent of screen to increment by when resizing panes
delta = 3/100
If this error is due to a module from XMonadContrib, please tag this issue
with 'Component-Contrib' below.
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
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