summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 $