mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -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:
|
||||
--
|
||||
-- > main = xmonad $ navigation2D def
|
||||
-- > ("<Up>", "<Left>", "<Down>", "<Right>")
|
||||
-- > [("M-", windowGo ),
|
||||
-- > ("M-S-", windowSwap)]
|
||||
-- > False
|
||||
-- > main = xmonad $ navigation2DP def
|
||||
-- > ("<Up>", "<Left>", "<Down>", "<Right>")
|
||||
-- > [("M-", windowGo ),
|
||||
-- > ("M-S-", windowSwap)]
|
||||
-- > False
|
||||
-- > $ def
|
||||
--
|
||||
-- That's it. If instead you'd like more control, you can combine
|
||||
|
Reference in New Issue
Block a user