mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -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
|
-- 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user