From 8856ee80639d0bedc670ff49d49435381a2def60 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Wed, 21 Nov 2007 19:14:41 +0100 Subject: Circle: haddock fixes darcs-hash:20071121181441-32816-ae57bb2de55f4dd95518c6a1398a08180e3d21f1.gz --- XMonad/Layout/Circle.hs | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'XMonad/Layout') diff --git a/XMonad/Layout/Circle.hs b/XMonad/Layout/Circle.hs index 2d85dfc..bc0350f 100644 --- a/XMonad/Layout/Circle.hs +++ b/XMonad/Layout/Circle.hs @@ -26,12 +26,18 @@ import XMonad import XMonad.StackSet (integrate, peek) -- $usage --- You can use this module with the following in your Config.hs file: +-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@: -- -- > import XMonad.Layout.Circle --- > layouts = [ Layout Circle ] - --- %import XMonad.Layout.Circle +-- +-- Then edit your @layoutHook@ by adding the Circle layout: +-- +-- > myLayouts = Circle ||| Full ||| etc.. +-- > main = xmonad dafaultConfig { layoutHook = myLayouts } +-- +-- For more detailed instructions on editing the layoutHook see: +-- +-- "XMonad.Doc.Extending#Editing_the_layout_hook" data Circle a = Circle deriving ( Read, Show ) -- cgit v1.2.3