diff options
Diffstat (limited to '')
-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 $ |