Move NewTabbed to Tabbed

This commit is contained in:
Spencer Janssen
2007-09-27 23:18:40 +00:00
parent d562b3c572
commit 9609ec3cc3
2 changed files with 4 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ import XMonadContrib.Square ()
import XMonadContrib.SshPrompt () import XMonadContrib.SshPrompt ()
import XMonadContrib.Submap () import XMonadContrib.Submap ()
import XMonadContrib.SwitchTrans () import XMonadContrib.SwitchTrans ()
import XMonadContrib.Tabbed ()
import XMonadContrib.ThreeColumns () import XMonadContrib.ThreeColumns ()
import XMonadContrib.TwoPane () import XMonadContrib.TwoPane ()
import XMonadContrib.ViewPrev () import XMonadContrib.ViewPrev ()

View File

@@ -13,7 +13,7 @@
-- --
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module XMonadContrib.NewTabbed ( module XMonadContrib.Tabbed (
-- * Usage: -- * Usage:
-- $usage -- $usage
tabbed tabbed
@@ -39,7 +39,7 @@ import XMonadContrib.XPrompt (fillDrawable, printString)
-- $usage -- $usage
-- You can use this module with the following in your configuration file: -- You can use this module with the following in your configuration file:
-- --
-- > import XMonadContrib.NewTabbed -- > import XMonadContrib.Tabbed
-- --
-- > defaultLayouts :: [(String, SomeLayout Window)] -- > defaultLayouts :: [(String, SomeLayout Window)]
-- > defaultLayouts = [SomeLayout tiled -- > defaultLayouts = [SomeLayout tiled
@@ -58,7 +58,7 @@ import XMonadContrib.XPrompt (fillDrawable, printString)
-- > defaultLayouts = [ tabbed myTabConfig -- > defaultLayouts = [ tabbed myTabConfig
-- > , ... ] -- > , ... ]
-- %import XMonadContrib.NewTabbed -- %import XMonadContrib.Tabbed
-- %layout , tabbed defaultTConf -- %layout , tabbed defaultTConf
tabbed :: TConf -> Tabbed a tabbed :: TConf -> Tabbed a