aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 02:00:25 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 02:00:25 +0200
commitf0619553e1b860ed576cea432899c67b8f16e323 (patch)
tree77ddba2e45048a19a093ea320f2ff31b14083062 /Config.hs
parent2864acc04b0cead7c1a23b6e716c9a12439de42c (diff)
downloadxmonad-f0619553e1b860ed576cea432899c67b8f16e323.tar.gz
xmonad-f0619553e1b860ed576cea432899c67b8f16e323.tar.xz
xmonad-f0619553e1b860ed576cea432899c67b8f16e323.zip
Minor formatting
darcs-hash:20070928000025-a5988-22e5d150a6ea1eede21d8f0e487922fdecef6fbb.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 f82e8da..acf8bc8 100644
--- a/Config.hs
+++ b/Config.hs
@@ -93,9 +93,9 @@ borderWidth = 1
-- The default set of tiling algorithms
--
defaultLayouts :: [SomeLayout Window]
-defaultLayouts = [SomeLayout tiled
- ,SomeLayout $ Mirror tiled
- ,SomeLayout Full
+defaultLayouts = [ SomeLayout tiled
+ , SomeLayout $ Mirror tiled
+ , SomeLayout Full
-- Extension-provided layouts
]