1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-27 18:21:52 -07:00

Tabbed: updated usage information

This commit is contained in:
Andrea Rossato
2007-07-07 06:51:23 +00:00
parent 2e6bf5e5ed
commit ef0992f291

@@ -43,8 +43,8 @@ import XMonadContrib.LayoutHelpers ( idModify )
-- --
-- You can also edit the default configuration options. -- You can also edit the default configuration options.
-- --
-- > myconfig = defaultTConf { bgColor = "#FF0000" -- > myconfig = defaultTConf { inactiveBolderColor = "#FF0000"
-- > , textColor = "#00FF00"} -- > , activeTextColor = "#00FF00"}
-- --
-- and -- and
-- --