summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-06-19 17:08:16 +0200
committerDavid Roundy <droundy@darcs.net>2007-06-19 17:08:16 +0200
commit89d4a3d97510872051524cd7078db2d33c4e7b3f (patch)
tree902858067505fd119d9b67d32d61f3db93656334 /Config.hs
parent9081664484b98066eb793ae5ab14f350ace89dd5 (diff)
downloadmetatile-89d4a3d97510872051524cd7078db2d33c4e7b3f.tar
metatile-89d4a3d97510872051524cd7078db2d33c4e7b3f.zip
make Layouts able to layout whatever they like.
darcs-hash:20070619150816-72aca-a651e758e93e300c3e526985b328f0b1d7def60c
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index 6bd2042..655d654 100644
--- a/Config.hs
+++ b/Config.hs
@@ -84,7 +84,7 @@ borderWidth = 1
-- |
-- The default set of tiling algorithms
--
-defaultLayouts :: [Layout]
+defaultLayouts :: [Layout Window]
defaultLayouts = [ tiled , mirror tiled , full ]
where
-- default tiling algorithm partitions the screen into two panes