aboutsummaryrefslogtreecommitdiffstats
path: root/RotSlaves.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-08-18 10:33:06 +0200
committerAndrea Rossato <andrea.rossato@unibz.it>2007-08-18 10:33:06 +0200
commitef73f21da4302b94213ceb7f99efc4442ace74a5 (patch)
tree3822e4be12c0b0b909a09efaea73cd28fab7ddb8 /RotSlaves.hs
parent1a0470aba3f1a846e7fbf7b8625b9db308dfddaa (diff)
downloadXMonadContrib-ef73f21da4302b94213ceb7f99efc4442ace74a5.tar.gz
XMonadContrib-ef73f21da4302b94213ceb7f99efc4442ace74a5.tar.xz
XMonadContrib-ef73f21da4302b94213ceb7f99efc4442ace74a5.zip
RotSlaves: haddock tuning
darcs-hash:20070818083306-32816-30d454937bb7128634a841c4f77763af658e785d.gz
Diffstat (limited to 'RotSlaves.hs')
-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]))