From d2e7e9d099064784cb7bf56c565a4f44d774799d Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 2 Oct 2007 23:45:17 +0200 Subject: Docs for defaultLayout and defaultLayouts darcs-hash:20071002214517-a5988-38fe77268427cef51477192b8aa25a4dadba286f.gz --- Config.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Config.hs') 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 -- cgit v1.2.3