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 ]