From d9cbe6323df69d8fb414ae5157a88de4af1d4f45 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Mon, 12 Oct 2009 06:26:51 +0200 Subject: Put screenshots inline for L.ThreeColumns and L.Roledex Ignore-this: df314db757ad09bb7185c16cca8649d3 darcs-hash:20091012042651-1499c-ccc31e37605eef5ed7a72dc81218b90b991eeb23.gz --- XMonad/Layout/Roledex.hs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'XMonad/Layout/Roledex.hs') diff --git a/XMonad/Layout/Roledex.hs b/XMonad/Layout/Roledex.hs index 1d4343e..2a130c1 100644 --- a/XMonad/Layout/Roledex.hs +++ b/XMonad/Layout/Roledex.hs @@ -10,14 +10,15 @@ -- Stability : unstable -- Portability : unportable -- --- Screenshot : --- -- This is a completely pointless layout which acts like Microsoft's Flip 3D ----------------------------------------------------------------------------- module XMonad.Layout.Roledex ( -- * Usage -- $usage + + -- * Screenshots + -- $screenshot Roledex(Roledex)) where import XMonad @@ -38,6 +39,9 @@ import Data.Ratio -- -- "XMonad.Doc.Extending#Editing_the_layout_hook" +-- $screenshot +-- <> + data Roledex a = Roledex deriving ( Show, Read ) instance LayoutClass Roledex Window where -- cgit v1.2.3