aboutsummaryrefslogtreecommitdiffstats
path: root/RotView.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-05-05 20:56:54 +0200
committerDavid Roundy <droundy@darcs.net>2007-05-05 20:56:54 +0200
commitfa0408952d0a0f36f6590dd46dd4329d6b16798d (patch)
tree302e977524fe07bda00da84bfd981208e3e9eed5 /RotView.hs
parent2b6a683017978c3a26f28e6980b32f534a68d77f (diff)
downloadXMonadContrib-fa0408952d0a0f36f6590dd46dd4329d6b16798d.tar.gz
XMonadContrib-fa0408952d0a0f36f6590dd46dd4329d6b16798d.tar.xz
XMonadContrib-fa0408952d0a0f36f6590dd46dd4329d6b16798d.zip
fix commend in RotView.
darcs-hash:20070505185654-72aca-8763a0d8175a32d371ae64439a995ad9bedab106.gz
Diffstat (limited to 'RotView.hs')
-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)