aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Roledex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Roledex.hs')
-rw-r--r--XMonad/Layout/Roledex.hs8
1 files changed, 6 insertions, 2 deletions
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 : <http://www.timthelion.com/rolodex.png>
---
-- 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
+-- <<http://www.timthelion.com/rolodex.png>>
+
data Roledex a = Roledex deriving ( Show, Read )
instance LayoutClass Roledex Window where