aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-25 19:41:34 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-25 19:41:34 +0200
commit4b81ef7381385f6fe7fafffe2723c0d59a549fe0 (patch)
tree0ce95c468fb0d50a46cb5bc6f596a8eaa0f43ecc /Config.hs-boot
parent40efafacdeb832ded8142d501df1fc2503ea4264 (diff)
downloadxmonad-4b81ef7381385f6fe7fafffe2723c0d59a549fe0.tar.gz
xmonad-4b81ef7381385f6fe7fafffe2723c0d59a549fe0.tar.xz
xmonad-4b81ef7381385f6fe7fafffe2723c0d59a549fe0.zip
add support for parseable layouts not in the default.
darcs-hash:20070925174134-72aca-3c3520c200c097938c56f7dd7fd5c86948d52c15.gz
Diffstat (limited to 'Config.hs-boot')
-rw-r--r--Config.hs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs-boot b/Config.hs-boot
index 45d0850..41c45e5 100644
--- a/Config.hs-boot
+++ b/Config.hs-boot
@@ -6,4 +6,4 @@ borderWidth :: Dimension
logHook :: X ()
numlockMask :: KeyMask
workspaces :: [WorkspaceId]
-defaultLayouts :: [SomeLayout Window]
+defaultLayouts, otherPossibleLayouts :: [SomeLayout Window]