WindowNavigation.hs: documentation fix (navigateBorder -> navigateColor)

This commit is contained in:
Brent Yorgey 2007-10-29 15:57:31 +00:00
parent 9bc7e1ff0c
commit fade0c609d

View File

@ -45,7 +45,7 @@ import XMonadContrib.XUtils
-- --
-- or perhaps -- or perhaps
-- --
-- > layoutHook = Layout $ configurableNavigation (navigateBorder "green") $ Select ... -- > layoutHook = Layout $ configurableNavigation (navigateColor "green") $ Select ...
-- --
-- In keybindings: -- In keybindings:
-- --
@ -67,7 +67,7 @@ import XMonadContrib.XUtils
-- %layout -- just before the list, like the following (don't uncomment next line): -- %layout -- just before the list, like the following (don't uncomment next line):
-- %layout -- layoutHook = Layout $ windowNavigation $ ... -- %layout -- layoutHook = Layout $ windowNavigation $ ...
-- %layout -- or -- %layout -- or
-- %layout -- layoutHook = Layout $ configurableNavigation (navigateBorder "green") $ ... -- %layout -- layoutHook = Layout $ configurableNavigation (navigateColor "green") $ ...
data MoveWindowToWindow a = MoveWindowToWindow a a deriving ( Read, Show, Typeable ) data MoveWindowToWindow a = MoveWindowToWindow a a deriving ( Read, Show, Typeable )
instance Typeable a => Message (MoveWindowToWindow a) instance Typeable a => Message (MoveWindowToWindow a)