diff options
author | David Roundy <droundy@darcs.net> | 2007-09-25 19:41:34 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-09-25 19:41:34 +0200 |
commit | f9f72b911aa645fd9510dc541bb681da6153194f (patch) | |
tree | 0ce95c468fb0d50a46cb5bc6f596a8eaa0f43ecc /Config.hs-boot | |
parent | 71fdb786c46132af68cc1456929b7a8c614f5cf0 (diff) | |
download | metatile-f9f72b911aa645fd9510dc541bb681da6153194f.tar metatile-f9f72b911aa645fd9510dc541bb681da6153194f.zip |
add support for parseable layouts not in the default.
darcs-hash:20070925174134-72aca-3c3520c200c097938c56f7dd7fd5c86948d52c15
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 2 |
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] |