aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RotView.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RotView.hs b/RotView.hs
index bfe85f3..9d53cc4 100644
--- a/RotView.hs
+++ b/RotView.hs
@@ -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)