mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
WindowNavigation.hs: documentation fix (navigateBorder -> navigateColor)
This commit is contained in:
parent
9bc7e1ff0c
commit
fade0c609d
@ -45,7 +45,7 @@ import XMonadContrib.XUtils
|
||||
--
|
||||
-- or perhaps
|
||||
--
|
||||
-- > layoutHook = Layout $ configurableNavigation (navigateBorder "green") $ Select ...
|
||||
-- > layoutHook = Layout $ configurableNavigation (navigateColor "green") $ Select ...
|
||||
--
|
||||
-- In keybindings:
|
||||
--
|
||||
@ -67,7 +67,7 @@ import XMonadContrib.XUtils
|
||||
-- %layout -- just before the list, like the following (don't uncomment next line):
|
||||
-- %layout -- layoutHook = Layout $ windowNavigation $ ...
|
||||
-- %layout -- or
|
||||
-- %layout -- layoutHook = Layout $ configurableNavigation (navigateBorder "green") $ ...
|
||||
-- %layout -- layoutHook = Layout $ configurableNavigation (navigateColor "green") $ ...
|
||||
|
||||
data MoveWindowToWindow a = MoveWindowToWindow a a deriving ( Read, Show, Typeable )
|
||||
instance Typeable a => Message (MoveWindowToWindow a)
|
||||
|
Loading…
x
Reference in New Issue
Block a user