diff options
Diffstat (limited to 'XMonad/Layout')
-rw-r--r-- | XMonad/Layout/Tabbed.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Tabbed.hs b/XMonad/Layout/Tabbed.hs index 79ae941..1538d1a 100644 --- a/XMonad/Layout/Tabbed.hs +++ b/XMonad/Layout/Tabbed.hs @@ -61,7 +61,7 @@ import XMonad.Layout.Simplest ( Simplest(Simplest) ) -- -- and -- --- > mylayout = tabDeco shrinkText myTabConfig ||| Full ||| etc.. +-- > mylayout = tabbed shrinkText myTabConfig ||| Full ||| etc.. -- | A tabbed layout with the default xmonad Theme. Here's a screen -- shot: |