mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-06 06:51:55 -07:00
typo in navigation2DP example
The example code in the documentation uses `navigation2D` instead of `navigation2DP`, evidently a simple copy/paste error. No actual code change.
This commit is contained in:
@@ -96,11 +96,11 @@ import XMonad.Util.Types
|
|||||||
--
|
--
|
||||||
-- Alternatively, you can use navigation2DP:
|
-- Alternatively, you can use navigation2DP:
|
||||||
--
|
--
|
||||||
-- > main = xmonad $ navigation2D def
|
-- > main = xmonad $ navigation2DP def
|
||||||
-- > ("<Up>", "<Left>", "<Down>", "<Right>")
|
-- > ("<Up>", "<Left>", "<Down>", "<Right>")
|
||||||
-- > [("M-", windowGo ),
|
-- > [("M-", windowGo ),
|
||||||
-- > ("M-S-", windowSwap)]
|
-- > ("M-S-", windowSwap)]
|
||||||
-- > False
|
-- > False
|
||||||
-- > $ def
|
-- > $ def
|
||||||
--
|
--
|
||||||
-- That's it. If instead you'd like more control, you can combine
|
-- That's it. If instead you'd like more control, you can combine
|
||||||
|
Reference in New Issue
Block a user