summaryrefslogtreecommitdiffstats
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
commit05a074f45dc3abce2058e2c41cda7a485c912a75 (patch)
tree9f88232f4b5018d6628236fceda5bc4d9d237875 /Config.hs
parent684dfa67942f7a67ab124aaf979ac63183decf59 (diff)
downloadmetatile-05a074f45dc3abce2058e2c41cda7a485c912a75.tar
metatile-05a074f45dc3abce2058e2c41cda7a485c912a75.zip
Document otherPossibleLayouts
darcs-hash:20070928000250-a5988-3f06f18ffd1e9b06d51ae8729fd2d75d87b504d1
Diffstat (limited to 'Config.hs')
-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 = []