diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-07-05 20:00:14 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-07-05 20:00:14 +0200 |
commit | 29c6f55759fc8a080c7dddf7094ec0e3a896df39 (patch) | |
tree | da977774ba885f36f63b671e2bc167e2e3249524 /XMonad/Layout | |
parent | cc2ee817cbb4ca1df6e2e8363da69f9d91189092 (diff) | |
download | XMonadContrib-29c6f55759fc8a080c7dddf7094ec0e3a896df39.tar.gz XMonadContrib-29c6f55759fc8a080c7dddf7094ec0e3a896df39.tar.xz XMonadContrib-29c6f55759fc8a080c7dddf7094ec0e3a896df39.zip |
Clarify documentation the Migrate message added to L.SubLayouts
Ignore-this: 1d47165904048edfe28414ec5ce7f3e
darcs-hash:20090705180014-1499c-835c2136a7324d9ed8de0b4f40cca3d2b357cbe0.gz
Diffstat (limited to 'XMonad/Layout')
-rw-r--r-- | XMonad/Layout/SubLayouts.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/XMonad/Layout/SubLayouts.hs b/XMonad/Layout/SubLayouts.hs index 141e2ab..bb533f6 100644 --- a/XMonad/Layout/SubLayouts.hs +++ b/XMonad/Layout/SubLayouts.hs @@ -230,8 +230,9 @@ data GroupMsg a | MergeAll a -- ^ make one large group, keeping the parameter focused | Migrate a a - -- ^ used to move windows from one group to another, this may - -- be replaced by a combination of 'UnMerge' and 'Merge' + -- ^ used to the window named in the first argument to the + -- second argument's group, this may be replaced by a + -- combination of 'UnMerge' and 'Merge' | WithGroup (W.Stack a -> X (W.Stack a)) a | SubMessage SomeMessage a -- ^ the sublayout with the given window will get the message |