aboutsummaryrefslogtreecommitdiffstats
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
commit03e337c024dd7e6f6fd7dd40917ec4bf720d8eef (patch)
tree7b76ffe8c446e89c1bf0ddba1dc2e8bfa91428cf /Config.hs
parent446f5262e5b4960bad30952458c8199bb784df0b (diff)
downloadxmonad-03e337c024dd7e6f6fd7dd40917ec4bf720d8eef.tar.gz
xmonad-03e337c024dd7e6f6fd7dd40917ec4bf720d8eef.tar.xz
xmonad-03e337c024dd7e6f6fd7dd40917ec4bf720d8eef.zip
Merged things together with dons changes.
darcs-hash:20070401021846-3a569-083f7d441afc41bdeef843113c1de1d3a5e40ee3.gz
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 ())