From ddbbc56285e986b627dac6b44bea9aaf1ec5d51c Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sun, 27 Jan 2008 14:45:56 +0000 Subject: [PATCH] SimpleFLoat: change the description to Float (Simple is the decoration description) --- XMonad/Layout/SimpleFloat.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Layout/SimpleFloat.hs b/XMonad/Layout/SimpleFloat.hs index 89c3cab8..6fe8ebf5 100644 --- a/XMonad/Layout/SimpleFloat.hs +++ b/XMonad/Layout/SimpleFloat.hs @@ -61,7 +61,7 @@ data SimpleFloat a = SF Dimension deriving (Show, Read) instance LayoutClass SimpleFloat Window where doLayout (SF i) sc (S.Stack w l r) = do wrs <- mapM (getSize i sc) (w : reverse l ++ r) return (wrs, Nothing) - description _ = "SimpleFloat" + description _ = "Float" getSize :: Dimension -> Rectangle -> Window -> X (Window,Rectangle) getSize i (Rectangle rx ry _ _) w = do