summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
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 = []