From f425da01aab892dd2342eb211bd871ddf3c2c2ae Mon Sep 17 00:00:00 2001 From: David Roundy Date: Sat, 9 Jun 2007 15:14:56 +0200 Subject: cut obsolete description of mosaic. darcs-hash:20070609131456-72aca-5642944dfe7e8a65d4cf3de23d130445b229f976.gz --- Mosaic.hs | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'Mosaic.hs') 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: -- cgit v1.2.3