aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Tabbed.hs
diff options
context:
space:
mode:
authorRoman Cheplyaka <roma@ro-che.info>2008-03-31 23:08:54 +0200
committerRoman Cheplyaka <roma@ro-che.info>2008-03-31 23:08:54 +0200
commit9c4c2616cca6f008a59e04452c169cf53d0e5f58 (patch)
tree54274f3f73130e9d758b6e1ac3aeeb38ac095f63 /XMonad/Layout/Tabbed.hs
parent49009c7c868986f3762a489c04575fdc5d0dc0f6 (diff)
downloadXMonadContrib-9c4c2616cca6f008a59e04452c169cf53d0e5f58.tar.gz
XMonadContrib-9c4c2616cca6f008a59e04452c169cf53d0e5f58.tar.xz
XMonadContrib-9c4c2616cca6f008a59e04452c169cf53d0e5f58.zip
Remove broken link to screenshot.
darcs-hash:20080331210854-3ebed-22f218d131be56c985ac3d5b0d045048cbe3622d.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Layout/Tabbed.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/XMonad/Layout/Tabbed.hs b/XMonad/Layout/Tabbed.hs
index a68674e..5788f7e 100644
--- a/XMonad/Layout/Tabbed.hs
+++ b/XMonad/Layout/Tabbed.hs
@@ -64,10 +64,7 @@ import XMonad.Layout.Simplest ( Simplest(Simplest) )
--
-- > mylayout = tabbed shrinkText myTabConfig ||| Full ||| etc..
--- | A tabbed layout with the default xmonad Theme. Here's a screen
--- shot:
---
--- <http://code.haskell.org/~arossato/xmonadShots/simpleTabbed.png>
+-- | A tabbed layout with the default xmonad Theme.
--
-- This is a minimal working configuration:
--