From ef73f21da4302b94213ceb7f99efc4442ace74a5 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sat, 18 Aug 2007 10:33:06 +0200 Subject: RotSlaves: haddock tuning darcs-hash:20070818083306-32816-30d454937bb7128634a841c4f77763af658e785d.gz --- RotSlaves.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'RotSlaves.hs') 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])) -- cgit v1.2.3