summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorhughes <hughes@rpi.edu>2007-04-01 04:18:46 +0200
committerhughes <hughes@rpi.edu>2007-04-01 04:18:46 +0200
commitf796fb0976b65620a4e6ab80e045e1be3fdeb0de (patch)
tree7b76ffe8c446e89c1bf0ddba1dc2e8bfa91428cf /Config.hs
parent5efebb7fd6b4980237ca36f40f8a6dda433f22c5 (diff)
downloadmetatile-f796fb0976b65620a4e6ab80e045e1be3fdeb0de.tar
metatile-f796fb0976b65620a4e6ab80e045e1be3fdeb0de.zip
Merged things together with dons changes.
darcs-hash:20070401021846-3a569-083f7d441afc41bdeef843113c1de1d3a5e40ee3
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Config.hs b/Config.hs
index 51c6d35..604ebf3 100644
--- a/Config.hs
+++ b/Config.hs
@@ -61,13 +61,6 @@ sizeDelta = 3%100
numlockMask :: KeySym
numlockMask = lockMask
--- 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 = LayoutDesc { layoutType = Full
- , tileFraction = 1%2
- }
-- The keys list.
keys :: M.Map (KeyMask, KeySym) (X ())