mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
minor explanatory comment
This commit is contained in:
parent
a667fa5720
commit
95c8fa2d1d
@ -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.
|
||||
--
|
||||
|
Loading…
x
Reference in New Issue
Block a user