diff options
author | David Roundy <droundy@darcs.net> | 2007-09-24 20:57:53 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-09-24 20:57:53 +0200 |
commit | 8874b8675a000b63fe435abdc013af03199e6c31 (patch) | |
tree | a4d6d620b193174a6b5dbc3572f559dfb06c1f3c /Config.hs-boot | |
parent | e252cc1479451e1cb277ba82364125314d886092 (diff) | |
download | metatile-8874b8675a000b63fe435abdc013af03199e6c31.tar metatile-8874b8675a000b63fe435abdc013af03199e6c31.zip |
Make a String description part of each Layout.
darcs-hash:20070924185753-72aca-95002aa27cfef74bf8caf1e6f243a4626f20659c
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 3629ea2..45d0850 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -6,4 +6,4 @@ borderWidth :: Dimension logHook :: X () numlockMask :: KeyMask workspaces :: [WorkspaceId] -defaultLayouts :: [(String, SomeLayout Window)] +defaultLayouts :: [SomeLayout Window] |