aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--XMonad/Layout/Grid.hs3
1 files changed, 2 insertions, 1 deletions
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.
--