PositionStoreFloat - a floating layout with support hooks

This commit is contained in:
Jan Vornberger
2009-11-15 18:48:33 +00:00
parent 6a8e6af48f
commit b881934a02
5 changed files with 197 additions and 2 deletions

View File

@@ -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.
--
-----------------------------------------------------------------------------