diff --git a/XMonad/Layout/Tabbed.hs b/XMonad/Layout/Tabbed.hs index a68674e0..5788f7ea 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: --- --- +-- | A tabbed layout with the default xmonad Theme. -- -- This is a minimal working configuration: --