fix commend in RotView.

This commit is contained in:
David Roundy 2007-05-05 18:56:54 +00:00
parent 46f39d9d42
commit f8a5f1fd2b

View File

@ -3,7 +3,7 @@ module XMonadContrib.RotView ( rotView ) where
-- Provides bindings to cycle through non-empty workspaces.
-- To use:
-- include XMonad.RotView
-- import XMonadContrib.RotView
-- , ((modMask .|. shiftMask, xK_Right), rotView True)
-- , ((modMask .|. shiftMask, xK_Left), rotView False)