aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2009-10-16 17:58:37 +0200
committerAdam Vogt <vogt.adam@gmail.com>2009-10-16 17:58:37 +0200
commit9f49d55da0f2217981f603b112aba651d01d19bf (patch)
tree06e48456a181be26313c56a92ab627ebaed22754 /XMonad/Layout
parent0f7398267c865d6cb403547f5dd0e4ffce72d371 (diff)
downloadXMonadContrib-9f49d55da0f2217981f603b112aba651d01d19bf.tar.gz
XMonadContrib-9f49d55da0f2217981f603b112aba651d01d19bf.tar.xz
XMonadContrib-9f49d55da0f2217981f603b112aba651d01d19bf.zip
Format L.SubLayout TODO
Ignore-this: 4dfa10aa2f7087658b6a93299f75310 darcs-hash:20091016155837-1499c-12b71a9f8159c4cb6054ee4d5a7d1c802a694fe5.gz
Diffstat (limited to 'XMonad/Layout')
-rw-r--r--XMonad/Layout/SubLayouts.hs8
1 files changed, 5 insertions, 3 deletions
diff --git a/XMonad/Layout/SubLayouts.hs b/XMonad/Layout/SubLayouts.hs
index 3f362f1..cef5c7d 100644
--- a/XMonad/Layout/SubLayouts.hs
+++ b/XMonad/Layout/SubLayouts.hs
@@ -72,21 +72,23 @@ import Data.Map(Map)
-- Larger version: <http://haskell.org/sitewiki/images/8/8b/Xmonad-SubLayouts-xinerama.png>
-- $todo
--- Issue 288: "XMonad.Layout.ResizableTile" assumes that its environment
+-- /Issue 288/
+--
+-- "XMonad.Layout.ResizableTile" assumes that its environment
-- contains only the windows it is running: sublayouts are currently run with
-- the stack containing only the windows passed to it in its environment, but
-- any changes that the layout makes are not merged back.
--
-- Should the behavior be made optional?
--
--- Features:
+-- /Features/
--
-- * suggested managehooks for merging specific windows, or the apropriate
-- layout based hack to find out the number of groups currently showed, but
-- the size of current window groups is not available (outside of this
-- growing module)
--
--- SimpleTabbed as a SubLayout
+-- /SimpleTabbed as a SubLayout/
--
-- 'subTabbed' works well, but it would be more uniform to avoid the use of
-- addTabs, with the sublayout being Simplest (but