From 96bf979d808d24214ccf18da99b771c291c61251 Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 3 Oct 2008 03:59:19 +0200 Subject: minor explanatory comment darcs-hash:20081003015919-c98ca-c119a6a382a3fe4e90369be073791e44bc55277a.gz --- XMonad/Layout/Grid.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/XMonad/Layout/Grid.hs b/XMonad/Layout/Grid.hs index 87341c8..05af46b 100644 --- a/XMonad/Layout/Grid.hs +++ b/XMonad/Layout/Grid.hs @@ -34,7 +34,8 @@ import XMonad.StackSet -- > main = xmonad defaultConfig { layoutHook = myLayouts } -- -- You can also specify an aspect ratio for Grid to strive for with the --- GridRatio constructor: +-- GridRatio constructor. For example, if you want Grid to try to make a grid +-- four windows wide and three windows tall, you could use -- -- > myLayouts = GridRatio (4/3) ||| etc. -- -- cgit v1.2.3