diff options
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. -- ----------------------------------------------------------------------------- |