summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Creighton <jcreigh@gmail.com>2007-03-27 03:33:50 +0200
committerJason Creighton <jcreigh@gmail.com>2007-03-27 03:33:50 +0200
commitbb02f939669859d317c22befb4077911cd089e5f (patch)
treefba6f098515d62f871dceb770f5d885a87bf7501
parent6d3bf194923ccd52ee1086b37c9b154f08f1f83b (diff)
downloadmetatile-bb02f939669859d317c22befb4077911cd089e5f.tar
metatile-bb02f939669859d317c22befb4077911cd089e5f.zip
whitespace
darcs-hash:20070327013350-b9aa7-7f4e73055e5b801b7f598cb62ce58a60a32d9dec
-rw-r--r--Config.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Config.hs b/Config.hs
index b72b389..8dac075 100644
--- a/Config.hs
+++ b/Config.hs
@@ -57,8 +57,6 @@ defaultDelta = 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.
@@ -67,8 +65,6 @@ startingLayoutDesc = LayoutDesc { layoutType = Full
, tileFraction = 1%2
}
-
-
-- The keys list.
keys :: M.Map (KeyMask, KeySym) (X ())
keys = M.fromList $