From 68d7272d18e817557efbddcd7096b263d879c0c8 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Wed, 14 Nov 2007 22:01:39 +0100 Subject: fix bug in LayoutCombinators. darcs-hash:20071114210139-72aca-208681e36f56a485e7fbd8b1345bcc66be6d4bbb.gz --- XMonad/Layout/LayoutCombinators.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Layout/LayoutCombinators.hs') diff --git a/XMonad/Layout/LayoutCombinators.hs b/XMonad/Layout/LayoutCombinators.hs index f9b37fd..1ead505 100644 --- a/XMonad/Layout/LayoutCombinators.hs +++ b/XMonad/Layout/LayoutCombinators.hs @@ -47,8 +47,8 @@ infixr 6 <||>, , <-||>, <-//>, <||->, , <|>, <-|>, <|->, , <-/>, ) = combineTwo (dragPane Vertical 0.1 0.2) (<||->) = combineTwo (dragPane Vertical 0.1 0.8) () = combineTwo (dragPane Horizontal 0.1 0.5) -(<-//>) = combineTwo (dragPane Horizontal 0.1 0.2) -() = combineTwo (dragPane Horizontal 0.1 0.8) +(<-//>) = combineTwo (dragPane Horizontal 0.1 0.8) +() = combineTwo (dragPane Horizontal 0.1 0.2) (<|>) = combineTwo (Tall 1 0.1 0.5) (<-|>) = combineTwo (Tall 1 0.1 0.8) (<|->) = combineTwo (Tall 1 0.1 0.1) -- cgit v1.2.3