diff options
author | Brent Yorgey <byorgey@gmail.com> | 2007-11-18 22:58:58 +0100 |
---|---|---|
committer | Brent Yorgey <byorgey@gmail.com> | 2007-11-18 22:58:58 +0100 |
commit | e45f4e1876ba3f6ea55f3af3d1e52d07131e4bc5 (patch) | |
tree | a98f38b141acd59eeae6809badafd1a922901b3c /XMonad | |
parent | 01058ebd1bd3a8739b03d66b9e891a09cae98234 (diff) | |
download | XMonadContrib-e45f4e1876ba3f6ea55f3af3d1e52d07131e4bc5.tar.gz XMonadContrib-e45f4e1876ba3f6ea55f3af3d1e52d07131e4bc5.tar.xz XMonadContrib-e45f4e1876ba3f6ea55f3af3d1e52d07131e4bc5.zip |
RotSlaves.hs: documentation fix.
darcs-hash:20071118215858-bd4d7-effbae7ecf933c4b5b4fb5df08d2331ad6573c5a.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Actions/RotSlaves.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Actions/RotSlaves.hs b/XMonad/Actions/RotSlaves.hs index 1dd1ce3..d74181b 100644 --- a/XMonad/Actions/RotSlaves.hs +++ b/XMonad/Actions/RotSlaves.hs @@ -8,7 +8,7 @@ -- Stability : unstable -- Portability : unportable -- --- Rotate all windows except the master window +-- Rotate all windows except the master window -- and keep the focus in place. ----------------------------------------------------------------------------- module XMonad.Actions.RotSlaves ( @@ -33,7 +33,7 @@ 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 XMonad.Actions.TwoPane). +-- stays where it is. It is useful together with the TwoPane-Layout (see "XMonad.Layout.TwoPane"). -- %import XMonad.Actions.RotSlaves -- %keybind , ((modMask .|. shiftMask, xK_Tab ), rotSlavesUp) |