diff options
author | Jason Creighton <jcreigh@gmail.com> | 2007-03-27 03:33:50 +0200 |
---|---|---|
committer | Jason Creighton <jcreigh@gmail.com> | 2007-03-27 03:33:50 +0200 |
commit | bb02f939669859d317c22befb4077911cd089e5f (patch) | |
tree | fba6f098515d62f871dceb770f5d885a87bf7501 | |
parent | 6d3bf194923ccd52ee1086b37c9b154f08f1f83b (diff) | |
download | metatile-bb02f939669859d317c22befb4077911cd089e5f.tar metatile-bb02f939669859d317c22befb4077911cd089e5f.zip |
whitespace
darcs-hash:20070327013350-b9aa7-7f4e73055e5b801b7f598cb62ce58a60a32d9dec
-rw-r--r-- | Config.hs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 $ |