diff options
Diffstat (limited to '')
-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: -- |