From 60ec8b60b2f772bf06bde0c5fc45aaedb77d0b71 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Thu, 3 May 2007 16:47:50 +0200 Subject: add support for extensible layouts. darcs-hash:20070503144750-72aca-f44bca4573837e12fc1f89333b55e04abd52787c --- Config.hs-boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Config.hs-boot') diff --git a/Config.hs-boot b/Config.hs-boot index 7fd4cee..5a03488 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -1,5 +1,5 @@ module Config where -import XMonad (LayoutDesc) +import XMonad (Layout) import Graphics.X11.Xlib.Types (Dimension) -defaultLayoutDesc :: LayoutDesc +defaultLayouts :: [Layout] borderWidth :: Dimension -- cgit v1.2.3