aboutsummaryrefslogtreecommitdiffstats
path: root/Mosaic.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-06-09 15:14:56 +0200
committerDavid Roundy <droundy@darcs.net>2007-06-09 15:14:56 +0200
commitf425da01aab892dd2342eb211bd871ddf3c2c2ae (patch)
tree0d02731922ba4afafed784415d0850d9a7e3a696 /Mosaic.hs
parent207f145752592e69a856d6c8e5bd7e8c95f365cc (diff)
downloadXMonadContrib-f425da01aab892dd2342eb211bd871ddf3c2c2ae.tar.gz
XMonadContrib-f425da01aab892dd2342eb211bd871ddf3c2c2ae.tar.xz
XMonadContrib-f425da01aab892dd2342eb211bd871ddf3c2c2ae.zip
cut obsolete description of mosaic.
darcs-hash:20070609131456-72aca-5642944dfe7e8a65d4cf3de23d130445b229f976.gz
Diffstat (limited to 'Mosaic.hs')
-rw-r--r--Mosaic.hs13
1 files changed, 4 insertions, 9 deletions
diff --git a/Mosaic.hs b/Mosaic.hs
index bfe1b10..fb8f544 100644
--- a/Mosaic.hs
+++ b/Mosaic.hs
@@ -2,15 +2,10 @@ module XMonadContrib.Mosaic ( mosaic, expandWindow, shrinkWindow, squareWindow,
tallWindow, wideWindow,
getName, withNamedWindow ) where
--- This module defines a "mosaic" layout, which tries to give all windows
--- equal area, while also trying to give them a user-defined (and run-time
--- adjustable) aspect ratio. You can use mod-l and mod-h to adjust the
--- aspect ratio (which probably won't have a very interesting effect unless
--- you've got a number of windows upen.
-
--- My intent is to extend this layout to optimize various constraints, such
--- as windows that should have a different aspect ratio, a fixed size, or
--- minimum dimensions in certain directions.
+-- This module defines a "mosaic" layout, which tries to give each window a
+-- user-configurable relative area, while also trying to give them aspect
+-- ratios configurable at run-time by the user. See comments below for the
+-- key bindings.
-- You can use this module with the following in your config file: