aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorNorbert Zeh <nzeh@cs.dal.ca>2008-12-12 19:48:36 +0100
committerNorbert Zeh <nzeh@cs.dal.ca>2008-12-12 19:48:36 +0100
commitf0e8963d6861860a5c1302a488017ce0314dbe03 (patch)
tree5475c373317f0b3926c92a52ab0bc44a3dddf846 /xmonad-contrib.cabal
parent684e82d091d9e79017a3aedd373ff0c585880991 (diff)
downloadXMonadContrib-f0e8963d6861860a5c1302a488017ce0314dbe03.tar.gz
XMonadContrib-f0e8963d6861860a5c1302a488017ce0314dbe03.tar.xz
XMonadContrib-f0e8963d6861860a5c1302a488017ce0314dbe03.zip
addition of combined TallGrid layout
Added a module XMonad.Layouts.GridVariants, which defines layouts Grid and TallGrid. The former is a customizable version of Grid. The latter is a combination of Grid and Tall (see doc of the module). darcs-hash:20081212184836-18a2b-d407208a05e83fb686e0a58b9045675aeed85e61.gz
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index 3f760fd..e083df3 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -132,6 +132,7 @@ library
XMonad.Layout.FixedColumn
XMonad.Layout.Gaps
XMonad.Layout.Grid
+ XMonad.Layout.GridVariants
XMonad.Layout.HintedGrid
XMonad.Layout.HintedTile
XMonad.Layout.IM