XMonad.Layout.Reflect: update documentation to reflect (haha) recent updates to MultiToggle

This commit is contained in:
Brent Yorgey
2008-03-25 18:56:30 +00:00
parent 529797ae8e
commit ec2cd8d8b1

View File

@@ -56,8 +56,8 @@ import XMonad.Layout.MultiToggle
-- Next, add one or more toggles to your layout. For example, to allow
-- separate toggling of both vertical and horizontal reflection:
--
-- > layoutHook = mkToggle (REFLECTX ?? EOT) $
-- > mkToggle (REFLECTY ?? EOT) $
-- > layoutHook = mkToggle (single REFLECTX) $
-- > mkToggle (single REFLECTY) $
-- > (tiled ||| Mirror tiled ||| ...) -- whatever layouts you use
--
-- Finally, add some keybindings to do the toggling, for example: