diff options
author | Roman Cheplyaka <roma@ro-che.info> | 2008-03-31 23:08:54 +0200 |
---|---|---|
committer | Roman Cheplyaka <roma@ro-che.info> | 2008-03-31 23:08:54 +0200 |
commit | 9c4c2616cca6f008a59e04452c169cf53d0e5f58 (patch) | |
tree | 54274f3f73130e9d758b6e1ac3aeeb38ac095f63 | |
parent | 49009c7c868986f3762a489c04575fdc5d0dc0f6 (diff) | |
download | XMonadContrib-9c4c2616cca6f008a59e04452c169cf53d0e5f58.tar.gz XMonadContrib-9c4c2616cca6f008a59e04452c169cf53d0e5f58.tar.xz XMonadContrib-9c4c2616cca6f008a59e04452c169cf53d0e5f58.zip |
Remove broken link to screenshot.
darcs-hash:20080331210854-3ebed-22f218d131be56c985ac3d5b0d045048cbe3622d.gz
-rw-r--r-- | XMonad/Layout/Tabbed.hs | 5 |
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: -- |