diff options
author | David Roundy <droundy@darcs.net> | 2007-05-03 16:47:50 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-05-03 16:47:50 +0200 |
commit | 3a7af24ccb821b88613736f2f3d5ff049cfac02b (patch) | |
tree | 1d0b462b8304b685d3ceda3fbf06f92c56c9d509 /Config.hs-boot | |
parent | a10af6690d8f819156749314da49d481007ee616 (diff) | |
download | xmonad-3a7af24ccb821b88613736f2f3d5ff049cfac02b.tar.gz xmonad-3a7af24ccb821b88613736f2f3d5ff049cfac02b.tar.xz xmonad-3a7af24ccb821b88613736f2f3d5ff049cfac02b.zip |
add support for extensible layouts.
darcs-hash:20070503144750-72aca-f44bca4573837e12fc1f89333b55e04abd52787c.gz
Diffstat (limited to '')
-rw-r--r-- | Config.hs-boot | 4 |
1 files changed, 2 insertions, 2 deletions
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 |