[xmonad] Issue 112 in xmonad: Using LayoutHints crashes xmonad
codesite-noreply at google.com
codesite-noreply at google.com
Thu Dec 27 07:46:11 EST 2007
Issue 112: Using LayoutHints crashes xmonad
http://code.google.com/p/xmonad/issues/detail?id=112
New issue report by v.dijk.bas:
I just pulled the latest patches (27 Dec 2007) from xmonad and
XMonadContrib and rebuild everything. Now xmonad crashes when a new window
is opened. This only happens when using LayoutHints. The following is myLayout:
------------------------------------------------
myLayout = LH.layoutHints ( tiled |||
Mirror tiled |||
NB.noBorders (T.tabbed T.shrinkText
T.defaultTConf
{ T.tabSize = 15 }) |||
C.Circle
)
where
-- default tiling algorithm partitions the screen into two panes
tiled = Tall 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
------------------------------------------------
'Component-Contrib'
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