aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/RotSlaves.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Actions/RotSlaves.hs (renamed from RotSlaves.hs)10
1 files changed, 5 insertions, 5 deletions
diff --git a/RotSlaves.hs b/XMonad/Actions/RotSlaves.hs
index b5406b0..95ef1f4 100644
--- a/RotSlaves.hs
+++ b/XMonad/Actions/RotSlaves.hs
@@ -1,6 +1,6 @@
-----------------------------------------------------------------------------
-- |
--- Module : XMonadContrib.RotSlaves
+-- Module : XMonad.Actions.RotSlaves
-- Copyright : (c) Hans Philipp Annen <haphi@gmx.net>, Mischa Dieterle <der_m@freenet.de>
-- License : BSD3-style (see LICENSE)
--
@@ -11,7 +11,7 @@
-- Rotate all windows except the master window
-- and keep the focus in place.
-----------------------------------------------------------------------------
-module XMonadContrib.RotSlaves (
+module XMonad.Actions.RotSlaves (
-- $usag
rotSlaves', rotSlavesUp, rotSlavesDown,
rotAll', rotAllUp, rotAllDown
@@ -25,7 +25,7 @@ import XMonad
--
-- To use this module, import it with:
--
--- > import XMonadContrib.RotSlaves
+-- > import XMonad.Actions.RotSlaves
--
-- and add a keybinding:
--
@@ -33,9 +33,9 @@ import XMonad
--
--
-- This operation will rotate all windows except the master window, while the focus
--- stays where it is. It is useful together with the TwoPane-Layout (see XMonadContrib.TwoPane).
+-- stays where it is. It is useful together with the TwoPane-Layout (see XMonad.Actions.TwoPane).
--- %import XMonadContrib.RotSlaves
+-- %import XMonad.Actions.RotSlaves
-- %keybind , ((modMask .|. shiftMask, xK_Tab ), rotSlavesUp)
-- | Rotate the windows in the current stack excluding the first one