From 852e3088e05236bd94cb4e3ec15dfffba4b91f62 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Mon, 29 Oct 2007 16:57:31 +0100 Subject: WindowNavigation.hs: documentation fix (navigateBorder -> navigateColor) darcs-hash:20071029155731-bd4d7-f4c1af84316b773c42bd8556a455f38368e9e66d.gz --- WindowNavigation.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WindowNavigation.hs') diff --git a/WindowNavigation.hs b/WindowNavigation.hs index e66e2bd..c846b18 100644 --- a/WindowNavigation.hs +++ b/WindowNavigation.hs @@ -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) -- cgit v1.2.3