diff options
author | Jan Vornberger <jan.vornberger@informatik.uni-oldenburg.de> | 2009-11-15 19:48:33 +0100 |
---|---|---|
committer | Jan Vornberger <jan.vornberger@informatik.uni-oldenburg.de> | 2009-11-15 19:48:33 +0100 |
commit | a64225bbe26df7d9873ac1d4c8143e3146045b7a (patch) | |
tree | 03ca9312a6fa32bd143562645d6373b8c75e88f2 /XMonad/Util | |
parent | 77bfd730a1a6f970a22c4c06cce0506101470ffd (diff) | |
download | XMonadContrib-a64225bbe26df7d9873ac1d4c8143e3146045b7a.tar.gz XMonadContrib-a64225bbe26df7d9873ac1d4c8143e3146045b7a.tar.xz XMonadContrib-a64225bbe26df7d9873ac1d4c8143e3146045b7a.zip |
PositionStoreFloat - a floating layout with support hooks
Ignore-this: 8b1d0fcef1465356d72cb5f1f32413b6
darcs-hash:20091115184833-594c5-9534e1ec9be959d18713bfdd1edbc1f5995cc4a8.gz
Diffstat (limited to 'XMonad/Util')
-rw-r--r-- | XMonad/Util/PositionStore.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Util/PositionStore.hs b/XMonad/Util/PositionStore.hs index 3aef67c..4844039 100644 --- a/XMonad/Util/PositionStore.hs +++ b/XMonad/Util/PositionStore.hs @@ -11,6 +11,7 @@ -- Portability : not portable -- -- A utility module to store information about position and size of a window. +-- See "XMonad.Layout.PositionStoreFloat" for a layout that makes use of this. -- ----------------------------------------------------------------------------- |