aboutsummaryrefslogtreecommitdiffstats
path: root/SimpleStacking.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-27Note that SimpleStacking is incompatible with XineramaJason Creighton1-0/+2
It's unclear to me what SimpleStacking is supposed to accomplish, so I'm just going to note that it doesn't work with Xinerama. (Due to assuming that the current workspace is the one being laid out) darcs-hash:20070627035426-b9aa7-2f0c0a1e0beb080e323847e34db35cc5fec6b073.gz
2007-06-21add SimpleStacking module to make Combo and Tabbed work together.David Roundy1-0/+50
WARNING! This change will break existing Tabbed configurations. The problem is that there is no way within a Layout's "doLayout" to safely modify the layout itself. This makes LayoutHooks fragile, and more to the point, makes SimpleStacking fragile, so we can't safely define a tabbed' darcs-hash:20070621151524-72aca-2466fff5a37ce1388879367c419cf52161f8f838.gz