From 6422746489a24b4869b8df7aaeb65abf6ee2587b Mon Sep 17 00:00:00 2001 From: David Roundy Date: Sat, 9 Jun 2007 13:14:56 +0000 Subject: [PATCH] cut obsolete description of mosaic. --- Mosaic.hs | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Mosaic.hs b/Mosaic.hs index bfe1b105..fb8f5445 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: