aboutsummaryrefslogtreecommitdiffstats
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
commit29ac61273049a8c3298f3ca834deb3e743fcb4c7 (patch)
tree7387101e16dfbbe3cf2604dde4d56e003fc00868 /Config.hs
parent1e9f1d375c940e513441d17d18c79112c3073b8d (diff)
downloadxmonad-29ac61273049a8c3298f3ca834deb3e743fcb4c7.tar.gz
xmonad-29ac61273049a8c3298f3ca834deb3e743fcb4c7.tar.xz
xmonad-29ac61273049a8c3298f3ca834deb3e743fcb4c7.zip
formatting only
darcs-hash:20070401004726-9c5c1-ffe359da72bfe742bd6c6855e8451c0ea8a8938f.gz
Diffstat (limited to '')
-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 ())