From f94cf80af8667e894157f87a2e13affcceb1b8a8 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Thu, 22 Nov 2007 08:26:15 +0100 Subject: Don't show HintedTile in the description darcs-hash:20071122072615-a5988-54c726e0c8637d6b09fad5c651fa027a3d060056.gz --- XMonad/Layout/HintedTile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Layout/HintedTile.hs b/XMonad/Layout/HintedTile.hs index 0bdeffa..9919982 100644 --- a/XMonad/Layout/HintedTile.hs +++ b/XMonad/Layout/HintedTile.hs @@ -69,7 +69,7 @@ instance LayoutClass HintedTile Window where resize Expand = c { frac = min 1 $ frac c + delta c } incmastern (IncMasterN d) = c { nmaster = max 0 $ nmaster c + d } - description l = "HintedTile " ++ show (orientation l) + description l = show (orientation l) adjBorder :: Dimension -> Dimension -> D -> D adjBorder n b (w, h) = (w + n * 2 * b, h + n * 2 * b) -- cgit v1.2.3