aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RotSlaves.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/RotSlaves.hs b/RotSlaves.hs
index 8f06117..3c65387 100644
--- a/RotSlaves.hs
+++ b/RotSlaves.hs
@@ -28,12 +28,11 @@ import XMonad
--
-- and add a keybinding:
--
--- , ((modMask .|. shiftMask, xK_Tab ), rotSlavesUp)
+-- > , ((modMask .|. shiftMask, xK_Tab ), rotSlavesUp)
--
--
-- This operation will rotate all windows except the master window, while the focus
-- stays where it is. It is usefull together with the TwoPane-Layout (see XMonadContrib.TwoPane).
---
rotSlavesUp,rotSlavesDown :: X ()
rotSlavesUp = windows $ modify' (rotSlaves' (\l -> (tail l)++[head l]))