aboutsummaryrefslogtreecommitdiffstats
path: root/CycleWS.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-10-13 11:01:45 +0200
committerAndrea Rossato <andrea.rossato@unibz.it>2007-10-13 11:01:45 +0200
commit0166638670b1593ef405d2504116ed10f2d00dec (patch)
treee6abc3f65e9c8fa894c7102ad5dae963403b99f8 /CycleWS.hs
parent93dc8502e479479c31c6bbfc031dae15c3e8b310 (diff)
downloadXMonadContrib-0166638670b1593ef405d2504116ed10f2d00dec.tar.gz
XMonadContrib-0166638670b1593ef405d2504116ed10f2d00dec.tar.xz
XMonadContrib-0166638670b1593ef405d2504116ed10f2d00dec.zip
CycleWS: typo
darcs-hash:20071013090145-32816-f6585a4e1bab54fa6df854cb390449a20c261856.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 1b6b10f..6b6af4e 100644
--- a/CycleWS.hs
+++ b/CycleWS.hs
@@ -38,7 +38,7 @@ import {-# SOURCE #-} qualified Config (workspaces)
-- > import XMonadContrib.NextWorkspace
--
-- > , ((modMask, xK_Right), nextWS)
--- > , ((modMask, xK_Left), prevWWS)
+-- > , ((modMask, xK_Left), prevWS)
-- > , ((modMask .|. shiftMask, xK_Right), shiftToNext)
-- > , ((modMask .|. shiftMask, xK_Left), shiftToPrev)
--
@@ -50,7 +50,7 @@ import {-# SOURCE #-} qualified Config (workspaces)
-- %import XMonadContrib.NextWorkspace
-- %keybind , ((modMask, xK_Right), nextWS)
--- %keybind , ((modMask, xK_Left), prevWWS)
+-- %keybind , ((modMask, xK_Left), prevWS)
-- %keybind , ((modMask .|. shiftMask, xK_Right), shiftToNext)
-- %keybind , ((modMask .|. shiftMask, xK_Left), shiftToPrev)