diff options
-rw-r--r-- | Config.hs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ] |