aboutsummaryrefslogtreecommitdiffstats
path: root/CycleWS.hs
diff options
context:
space:
mode:
authorAlex Tarkovsky <alextarkovsky@gmail.com>2007-10-13 10:51:33 +0200
committerAlex Tarkovsky <alextarkovsky@gmail.com>2007-10-13 10:51:33 +0200
commitb2afbe05586903458d6d9f5abd66012b1a18ade6 (patch)
tree8a2da36d4e25935dc665c0f6954d8587feeb92be /CycleWS.hs
parentedfd25c5cde6ad9ee66a096d2fd04f81ebf18441 (diff)
downloadXMonadContrib-b2afbe05586903458d6d9f5abd66012b1a18ade6.tar.gz
XMonadContrib-b2afbe05586903458d6d9f5abd66012b1a18ade6.tar.xz
XMonadContrib-b2afbe05586903458d6d9f5abd66012b1a18ade6.zip
Fix more config docstrings
darcs-hash:20071013085133-bd4fb-9be09371bd239e8ed38da30ff98470fdf8d9c119.gz
Diffstat (limited to '')
-rw-r--r--CycleWS.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/CycleWS.hs b/CycleWS.hs
index 6b6af4e..060c642 100644
--- a/CycleWS.hs
+++ b/CycleWS.hs
@@ -35,7 +35,7 @@ import {-# SOURCE #-} qualified Config (workspaces)
-- $usage
-- You can use this module with the following in your Config.hs file:
--
--- > import XMonadContrib.NextWorkspace
+-- > import XMonadContrib.CycleWS
--
-- > , ((modMask, xK_Right), nextWS)
-- > , ((modMask, xK_Left), prevWS)
@@ -48,7 +48,7 @@ import {-# SOURCE #-} qualified Config (workspaces)
-- > , ((modMask .|. shiftMask, xK_Left), shiftToPrev >> prevWS)
--
--- %import XMonadContrib.NextWorkspace
+-- %import XMonadContrib.CycleWS
-- %keybind , ((modMask, xK_Right), nextWS)
-- %keybind , ((modMask, xK_Left), prevWS)
-- %keybind , ((modMask .|. shiftMask, xK_Right), shiftToNext)