summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-04-01 02:47:26 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-04-01 02:47:26 +0200
commitc03ead4f90f227f45cdbebcd878a889b6c49d4ed (patch)
tree7387101e16dfbbe3cf2604dde4d56e003fc00868 /Config.hs
parentef7a1806c88d1fe044abbcefd2d9fd87625768f2 (diff)
downloadmetatile-c03ead4f90f227f45cdbebcd878a889b6c49d4ed.tar
metatile-c03ead4f90f227f45cdbebcd878a889b6c49d4ed.zip
formatting only
darcs-hash:20070401004726-9c5c1-ffe359da72bfe742bd6c6855e8451c0ea8a8938f
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 ())