aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2007-11-23 21:11:22 +0100
committerBrent Yorgey <byorgey@gmail.com>2007-11-23 21:11:22 +0100
commit3e97b317cddb44ad8a87063e361cea8501810fae (patch)
tree042ac559075555f59a2ef8d14a75b1d0b3dc2831 /XMonad
parenta6f0b645c81334dcb9461e288f8d15ff8fd535df (diff)
downloadXMonadContrib-3e97b317cddb44ad8a87063e361cea8501810fae.tar.gz
XMonadContrib-3e97b317cddb44ad8a87063e361cea8501810fae.tar.xz
XMonadContrib-3e97b317cddb44ad8a87063e361cea8501810fae.zip
CycleWS: haddock updates
darcs-hash:20071123201122-bd4d7-e836d43d567673c633d04e4b8fed0a96738aa3b4.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Actions/CycleWS.hs11
1 files changed, 3 insertions, 8 deletions
diff --git a/XMonad/Actions/CycleWS.hs b/XMonad/Actions/CycleWS.hs
index 6e854bc..dd0c738 100644
--- a/XMonad/Actions/CycleWS.hs
+++ b/XMonad/Actions/CycleWS.hs
@@ -36,7 +36,7 @@ import XMonad.StackSet hiding (filter)
import XMonad.Operations
-- $usage
--- You can use this module with the following in your Config.hs file:
+-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
--
-- > import XMonad.Actions.CycleWS
--
@@ -51,13 +51,8 @@ import XMonad.Operations
-- > , ((modMask .|. shiftMask, xK_Right), shiftToNext >> nextWS)
-- > , ((modMask .|. shiftMask, xK_Left), shiftToPrev >> prevWS)
--
-
--- %import XMonad.Actions.CycleWS
--- %keybind , ((modMask, xK_Right), nextWS)
--- %keybind , ((modMask, xK_Left), prevWS)
--- %keybind , ((modMask .|. shiftMask, xK_Right), shiftToNext)
--- %keybind , ((modMask .|. shiftMask, xK_Left), shiftToPrev)
--- %keybind , ((modMask, xK_t), toggleWS)
+-- For detailed instructions on editing your key bindings, see
+-- "XMonad.Doc.Extending#Editing_key_bindings".
-- | Switch to next workspace