From 7e8de677cbbf55aea098e479d8411bc77bb8244a Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Fri, 28 Sep 2007 00:02:50 +0000 Subject: [PATCH] Document otherPossibleLayouts --- Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Config.hs b/Config.hs index acf8bc8..f3269d0 100644 --- a/Config.hs +++ b/Config.hs @@ -112,6 +112,9 @@ defaultLayouts = [ SomeLayout tiled -- Percent of screen to increment by when resizing panes delta = 3%100 +-- | +-- A list of layouts which, in addition to the defaultLayouts, xmonad can +-- deserialize. otherPossibleLayouts :: [SomeLayout Window] otherPossibleLayouts = []