Add Config.hs-boot, remove defaultLayoutDesc from XConf

This commit is contained in:
Spencer Janssen
2007-04-30 16:26:47 +00:00
parent ecbff364c9
commit 08e514b28f
5 changed files with 9 additions and 8 deletions

View File

@@ -114,8 +114,8 @@ focusedBorderColor = "#ff0000"
-- What layout to start in, and what the default proportion for the
-- left pane should be in the tiled layout. See LayoutDesc and
-- friends in XMonad.hs for options.
startingLayoutDesc :: LayoutDesc
startingLayoutDesc =
defaultLayoutDesc :: LayoutDesc
defaultLayoutDesc =
LayoutDesc { layoutType = Full
, tileFraction = 1%2 }