diff options
-rw-r--r-- | Config.hs | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -112,11 +112,14 @@ possibleLayouts = [defaultLayout ] ++ defaultLayouts -- | --- The default tiling algorithm +-- The default Layout, a selector between the layouts listed below in +-- defaultLayouts. -- defaultLayout :: Layout Window defaultLayout = Layout $ LayoutSelection defaultLayouts +-- | +-- The list of selectable layouts defaultLayouts :: [Layout Window] defaultLayouts = [ Layout tiled , Layout $ Mirror tiled |