From a5df0de237d395b24b097f6d35f700d10b86f6d0 Mon Sep 17 00:00:00 2001 From: Devin Mullins Date: Fri, 12 Oct 2007 04:59:53 +0200 Subject: doco fix: s/SomeLayout/Layout/g darcs-hash:20071012025953-78224-916a50210664192b90802aabb67da486374d0519.gz --- MagicFocus.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MagicFocus.hs') diff --git a/MagicFocus.hs b/MagicFocus.hs index 4154049..1fa5647 100644 --- a/MagicFocus.hs +++ b/MagicFocus.hs @@ -25,11 +25,11 @@ import StackSet -- $usage -- > import XMonadContrib.MagicFocus --- > defaultLayouts = [ SomeLayout $ MagicFocus tiled , SomeLayout $ MagicFocus $ Mirror tiled ] +-- > defaultLayouts = [ Layout $ MagicFocus tiled , Layout $ MagicFocus $ Mirror tiled ] -- %import XMonadContrib.MagicFocus --- %layout , SomeLayout $ MagicFocus tiled --- %layout , SomeLayout $ MagicFocus $ Mirror tiled +-- %layout , Layout $ MagicFocus tiled +-- %layout , Layout $ MagicFocus $ Mirror tiled data MagicFocus l a = MagicFocus (l a) deriving ( Show , Read ) -- cgit v1.2.3