aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.hs b/Config.hs
index 8dac075..050e8e0 100644
--- a/Config.hs
+++ b/Config.hs
@@ -61,9 +61,9 @@ numlockMask = lockMask
-- 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
- }
+startingLayoutDesc =
+ LayoutDesc { layoutType = Full
+ , tileFraction = 1%2 }
-- The keys list.
keys :: M.Map (KeyMask, KeySym) (X ())