diff options
author | David Roundy <droundy@darcs.net> | 2007-09-28 04:02:08 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-09-28 04:02:08 +0200 |
commit | e3edb7d59070b45dac7f04f95c2d494899402d13 (patch) | |
tree | b6b3b52528a57ec68cda657259c0722398853878 /Config.hs-boot | |
parent | ced9efd243c094999d5dfbad14058854ad4306e6 (diff) | |
download | metatile-e3edb7d59070b45dac7f04f95c2d494899402d13.tar metatile-e3edb7d59070b45dac7f04f95c2d494899402d13.zip |
define defaultLayout in Config.hs.
darcs-hash:20070928020208-72aca-ba2fa62ecf40abd9137c9632c7ee27525a62f48e
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 41c45e5..8b82d53 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -6,4 +6,4 @@ borderWidth :: Dimension logHook :: X () numlockMask :: KeyMask workspaces :: [WorkspaceId] -defaultLayouts, otherPossibleLayouts :: [SomeLayout Window] +possibleLayouts :: [SomeLayout Window] |