aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 02:02:50 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 02:02:50 +0200
commit70cc8ae2c93a3c2137003c3adfc6292ef653b90f (patch)
tree9f88232f4b5018d6628236fceda5bc4d9d237875 /Config.hs
parentf0619553e1b860ed576cea432899c67b8f16e323 (diff)
downloadxmonad-70cc8ae2c93a3c2137003c3adfc6292ef653b90f.tar.gz
xmonad-70cc8ae2c93a3c2137003c3adfc6292ef653b90f.tar.xz
xmonad-70cc8ae2c93a3c2137003c3adfc6292ef653b90f.zip
Document otherPossibleLayouts
darcs-hash:20070928000250-a5988-3f06f18ffd1e9b06d51ae8729fd2d75d87b504d1.gz
Diffstat (limited to '')
-rw-r--r--Config.hs3
1 files changed, 3 insertions, 0 deletions
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 = []