Haddock fixes

This commit is contained in:
Andrea Rossato
2007-10-12 10:04:16 +00:00
parent 85794b9558
commit a85718506b
7 changed files with 53 additions and 36 deletions

View File

@@ -12,7 +12,9 @@
-- each other, without having to move individual windows.
--
-- TODO: add quickcheck props for:
--
-- * double swap invariant (guarantees no 'loss' of workspaces)
--
-- * non-swapped ws's invariant
--
-----------------------------------------------------------------------------
@@ -28,13 +30,15 @@ import StackSet
-- $usage
-- Add this import to your Config.hs:
--
-- > import XMonadContrib.SwapWorkspaces
--
-- Throw this in your keys definition:
--
-- > ++
-- > [((modMask .|. controlMask, k), windows $ swapWithCurrent i)
-- > | (i, k) <- zip workspaces [xK_1 ..]]
--
-- %import XMonadContrib.SwapWorkspaces
-- %keybindlist ++
-- %keybindlist [((modMask .|. controlMask, k), windows $ swapWithCurrent i)