aboutsummaryrefslogtreecommitdiffstats
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
commit44004c24d5b4274e9b666497934f2a6a1fc34f59 (patch)
tree902858067505fd119d9b67d32d61f3db93656334 /Config.hs
parenta1131013b194ed268594c06ce29784166471c64c (diff)
downloadxmonad-44004c24d5b4274e9b666497934f2a6a1fc34f59.tar.gz
xmonad-44004c24d5b4274e9b666497934f2a6a1fc34f59.tar.xz
xmonad-44004c24d5b4274e9b666497934f2a6a1fc34f59.zip
make Layouts able to layout whatever they like.
darcs-hash:20070619150816-72aca-a651e758e93e300c3e526985b328f0b1d7def60c.gz
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