summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
]