Document otherPossibleLayouts

This commit is contained in:
Spencer Janssen
2007-09-28 00:02:50 +00:00
parent 3a9dc57c69
commit 7e8de677cb

View File

@@ -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 = []