aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util
diff options
context:
space:
mode:
authorJan Vornberger <jan.vornberger@informatik.uni-oldenburg.de>2009-11-15 19:48:33 +0100
committerJan Vornberger <jan.vornberger@informatik.uni-oldenburg.de>2009-11-15 19:48:33 +0100
commita64225bbe26df7d9873ac1d4c8143e3146045b7a (patch)
tree03ca9312a6fa32bd143562645d6373b8c75e88f2 /XMonad/Util
parent77bfd730a1a6f970a22c4c06cce0506101470ffd (diff)
downloadXMonadContrib-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.hs1
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.
--
-----------------------------------------------------------------------------