aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Config.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index 49524fc..3ae73f9 100644
--- a/Config.hs
+++ b/Config.hs
@@ -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