mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Tabbed.hs: updated usage information
This commit is contained in:
parent
fa57ef76df
commit
bd050c396c
10
Tabbed.hs
10
Tabbed.hs
@ -40,6 +40,16 @@ import XMonadContrib.NamedWindows
|
||||
-- > defaultLayouts :: [Layout]
|
||||
-- > defaultLayouts = [ simpleStacking $ tabbed shrinkText defaultTConf
|
||||
-- > , ... ]
|
||||
--
|
||||
-- You can also edit the default configuration options.
|
||||
--
|
||||
-- > myconfig = defaultTConf { bgColor = "#FF0000"
|
||||
-- > , textColor = "#00FF00"}
|
||||
--
|
||||
-- and
|
||||
--
|
||||
-- > defaultLayouts = [ simpleStacking $ tabbed shrinkText myconfig
|
||||
-- > , ... ]
|
||||
|
||||
data TConf =
|
||||
TConf { activeColor :: String
|
||||
|
Loading…
x
Reference in New Issue
Block a user